pkgsrc-WIP-changes archive

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

objfw: Fix PLIST handling



Module Name:	pkgsrc-wip
Committed By:	Jonathan Schleifer <js%heap.zone@localhost>
Pushed By:	js
Date:		Tue Aug 1 17:34:27 2017 +0200
Changeset:	e9e60907e9eb2eb04459e86e3855119a43b38283

Modified Files:
	objfw/Makefile

Log Message:
objfw: Fix PLIST handling

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

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

diffstat:
 objfw/Makefile | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diffs:
diff --git a/objfw/Makefile b/objfw/Makefile
index 0c242fe698..933066c4b5 100644
--- a/objfw/Makefile
+++ b/objfw/Makefile
@@ -13,14 +13,12 @@ USE_LANGUAGES=		objc
 CONFIGURE_ARGS+=	--enable-static
 CONFIGURE_ARGS+=	OBJCFLAGS=${CFLAGS:Q} LDFLAGS=${LDFLAGS:Q}
 
-PLIST_VARS+=	runtime bridge
-
 .include "../../mk/bsd.prefs.mk"
 
 .if ${OPSYS} != "Darwin"
-PLIST.runtime = yes
+PLIST_SRC+=	${PKGDIR}/PLIST.runtime
 .else
-PLIST.bridge = yes
+PLIST_SRC+=	${PKGDIR}/PLIST.bridge
 .endif
 
 .include "../../mk/bsd.pkg.mk"


Home | Main Index | Thread Index | Old Index