Import of pkgsrc-2016Q3

This commit is contained in:
2016-11-18 22:39:22 +01:00
committed by sambuc
parent 9d819b6d54
commit 1242aa1e36
35952 changed files with 949747 additions and 377081 deletions
+11 -1
View File
@@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.36 2014/10/09 14:05:55 wiz Exp $
# $NetBSD: Makefile,v 1.38 2016/03/09 21:20:51 tnn Exp $
DISTNAME= zoo-2.10pl1
PKGNAME= zoo-2.10.1
@@ -16,6 +16,16 @@ NO_CONFIGURE= yes
BUILD_TARGET= bsdansi
MAKE_FILE= makefile
SUBST_CLASSES+= fix-deps
SUBST_STAGE.fix-deps= pre-build
SUBST_MESSAGE.fix-deps= remove system headers from dependency list
SUBST_FILES.fix-deps= makefile
SUBST_SED.fix-deps= -e 's,/usr/include/[a-z/]*\.h,,g'
INSTALLATION_DIRS= bin ${PKGMANDIR}/man1
# without this installing ploughs on case-insensitive fses
post-extract:
cd ${WRKSRC} && mv Install Install.txt
.include "../../mk/bsd.pkg.mk"