summaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authormarino <marino>2016-12-01 15:47:24 +0000
committermarino <marino>2016-12-01 15:47:24 +0000
commite8e0c77d437f4ece1d68555805e3e79a7a1480dc (patch)
tree052da9b4544d759fea9b2ced66a8954ac25b4226 /x11
parent45f0203bc3d085fe235146f832e03646406fbd35 (diff)
downloadpkgsrc-e8e0c77d437f4ece1d68555805e3e79a7a1480dc.tar.gz
x11/pixman: Disable building of demos and test SUBDIRS
The products of the demos and test directories build are not packaged, so skip them altogether. ok wiz
Diffstat (limited to 'x11')
-rw-r--r--x11/pixman/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/x11/pixman/Makefile b/x11/pixman/Makefile
index 76b32512668..575e72a3bb5 100644
--- a/x11/pixman/Makefile
+++ b/x11/pixman/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.64 2016/07/09 10:22:29 rillig Exp $
+# $NetBSD: Makefile,v 1.65 2016/12/01 15:47:24 marino Exp $
DISTNAME= pixman-0.34.0
PKGREVISION= 1
@@ -22,4 +22,10 @@ USE_TOOLS+= pkg-config perl
PKGCONFIG_OVERRIDE+= pixman-1.pc.in
PKGCONFIG_OVERRIDE+= pixman-1-uninstalled.pc.in
+SUBST_CLASSES= subdirs
+SUBST_STAGE.subdirs= post-patch
+SUBST_FILES.subdirs= Makefile.in
+SUBST_SED.subdirs= -e "s|pixman demos test|pixman|"
+SUBST_MESSAGE.lbase= Skip building demos and test SUBDIRS
+
.include "../../mk/bsd.pkg.mk"