pkgsrc-WIP-changes archive

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

swi-prolog-lite: Add PRINT_PLIST_AWK to avoid most manual PLIST adjustments



Module Name:	pkgsrc-wip
Committed By:	Leonardo Taccari <leot%NetBSD.org@localhost>
Pushed By:	leot
Date:		Sat Feb 16 18:11:53 2019 +0100
Changeset:	8103f5daa9ef81c55c3a17f00d7ec98e35dabac3

Modified Files:
	swi-prolog-lite/Makefile.common

Log Message:
swi-prolog-lite: Add PRINT_PLIST_AWK to avoid most manual PLIST adjustments

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

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

diffstat:
 swi-prolog-lite/Makefile.common | 2 ++
 1 file changed, 2 insertions(+)

diffs:
diff --git a/swi-prolog-lite/Makefile.common b/swi-prolog-lite/Makefile.common
index 9ccd4bb8d6..f42ee50a72 100644
--- a/swi-prolog-lite/Makefile.common
+++ b/swi-prolog-lite/Makefile.common
@@ -24,5 +24,7 @@ CMAKE_ARGS+=		-DSWIPL_SHARED_LIB=OFF
 CONFIGURE_DIRS=		build
 CMAKE_ARG_PATH=		..
 
+PRINT_PLIST_AWK+=	{ sub("${MACHINE_GNU_PLATFORM}", "$${MACHINE_GNU_PLATFORM}") }
+
 pre-configure:
 	cd ${WRKSRC} && ${MKDIR} build


Home | Main Index | Thread Index | Old Index