pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

unit: remove orphaned devkit option, the functionality has been moved to the separate devel/libunit package.



Module Name:	pkgsrc-wip
Committed By:	Sergey A. Osokin <osa%FreeBSD.org@localhost>
Pushed By:	osa
Date:		Fri Feb 5 15:06:43 2021 -0500
Changeset:	517d931db3c3805aa3e64b4390f732abf7182c7b

Modified Files:
	unit/Makefile.common

Log Message:
unit: remove orphaned devkit option, the functionality has been moved
to the separate devel/libunit package.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=517d931db3c3805aa3e64b4390f732abf7182c7b

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 unit/Makefile.common | 10 ----------
 1 file changed, 10 deletions(-)

diffs:
diff --git a/unit/Makefile.common b/unit/Makefile.common
index 10958b47d7..58edc4d1cc 100644
--- a/unit/Makefile.common
+++ b/unit/Makefile.common
@@ -59,13 +59,3 @@ OWN_DIRS=		${UNIT_LOGDIR} ${UNIT_RUNDIR}
 OWN_DIRS_PERMS+=	${UNIT_DATADIR} ${UNIT_USER} ${UNIT_GROUP} 0700
 
 USE_LANGUAGES=	c
-
-post-build:
-.if !empty(PKG_OPTIONS:Mdevkit)
-	cd ${WRKSRC} && ${MAKE} build/libunit.a
-.endif
-
-post-install:
-.if !empty(PKG_OPTIONS:Mdevkit)
-	${MAKE} -C ${WRKSRC} libunit-install DESTDIR=${DESTDIR}
-.endif


Home | Main Index | Thread Index | Old Index