Import of pkgsrc-2016Q3

This commit is contained in:
2016-10-14 07:49:11 +02:00
committed by Lionel Sambuc
parent 9d819b6d54
commit 1242aa1e36
35952 changed files with 949749 additions and 377083 deletions

View File

@@ -1,6 +1,7 @@
# $NetBSD: Makefile,v 1.34 2015/08/26 12:44:32 wiz Exp $
# $NetBSD: Makefile,v 1.37 2016/05/02 05:18:47 richard Exp $
DISTNAME= findutils-4.4.2
DISTNAME= findutils-4.6.0
PKGREVISION= 1
CATEGORIES= sysutils
MASTER_SITES= ${MASTER_SITE_GNU:=findutils/}
@@ -12,7 +13,7 @@ LICENSE= gnu-gpl-v3 # or later
GNU_CONFIGURE= yes
INFO_FILES= yes
USE_PKGLOCALEDIR= yes
USE_TOOLS+= gmake
USE_TOOLS+= gmake bison # we patch a .y file, so needs bison
LDFLAGS.IRIX+= -lgen
@@ -23,7 +24,7 @@ AUTO_MKDIRS= yes
.include "../../mk/bsd.prefs.mk"
post-install:
.for f in find locate oldfind updatedb xargs
.for f in find locate updatedb xargs
${LN} -sf ${PREFIX}/bin/g${f} ${DESTDIR}${PREFIX}/${PKGGNUDIR}bin/${f}
${LN} -sf ${PREFIX}/${PKGMANDIR}/man1/g${f}.1 ${DESTDIR}${PREFIX}/${PKGGNUDIR}${PKGMANDIR}/man1/${f}.1
.endfor