From e8e0c77d437f4ece1d68555805e3e79a7a1480dc Mon Sep 17 00:00:00 2001 From: marino Date: Thu, 1 Dec 2016 15:47:24 +0000 Subject: 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 --- x11/pixman/Makefile | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'x11') 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" -- cgit v1.2.3