pkgsrc-WIP-changes archive

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

objfw: Need PLIST in PLIST_SRC too!



Module Name:	pkgsrc-wip
Committed By:	coypu <coypu%sdf.org@localhost>
Pushed By:	coypu
Date:		Tue Aug 1 18:43:39 2017 +0300
Changeset:	d332811793e09d14a2f3eaae4eebddef4c8f8bc4

Modified Files:
	objfw/Makefile

Log Message:
objfw: Need PLIST in PLIST_SRC too!

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

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

diffstat:
 objfw/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diffs:
diff --git a/objfw/Makefile b/objfw/Makefile
index 933066c4b5..c4dbe44ba1 100644
--- a/objfw/Makefile
+++ b/objfw/Makefile
@@ -15,6 +15,8 @@ CONFIGURE_ARGS+=	OBJCFLAGS=${CFLAGS:Q} LDFLAGS=${LDFLAGS:Q}
 
 .include "../../mk/bsd.prefs.mk"
 
+PLIST_SRC=	PLIST
+
 .if ${OPSYS} != "Darwin"
 PLIST_SRC+=	${PKGDIR}/PLIST.runtime
 .else


Home | Main Index | Thread Index | Old Index