summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrichard <richard@pkgsrc.org>2016-05-02 05:18:47 +0000
committerrichard <richard@pkgsrc.org>2016-05-02 05:18:47 +0000
commit9fb1999d210e08af3acd6f2a254924dfb779e5c2 (patch)
tree882276cf09ccb8ccec0a23f2510928ad7c211ad8
parent7e3b5b761483ea23700c795f85713531926f4a1a (diff)
downloadpkgsrc-9fb1999d210e08af3acd6f2a254924dfb779e5c2.tar.gz
pkg_admin check (an bmake check) notice that the target of the symlink
$LOCALBASE/gnu/bin/oldfind and its manpage is missing. Indeed, oldfind was obsoleted in findutils 4.4.2. PLIST and symlink generation is updated to reflect this. bump PKGREVISION to pick up the change.
-rw-r--r--sysutils/findutils/Makefile5
-rw-r--r--sysutils/findutils/PLIST4
2 files changed, 4 insertions, 5 deletions
diff --git a/sysutils/findutils/Makefile b/sysutils/findutils/Makefile
index 33848d76110..b62f19c9f62 100644
--- a/sysutils/findutils/Makefile
+++ b/sysutils/findutils/Makefile
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.36 2016/01/03 17:00:48 wiz Exp $
+# $NetBSD: Makefile,v 1.37 2016/05/02 05:18:47 richard Exp $
DISTNAME= findutils-4.6.0
+PKGREVISION= 1
CATEGORIES= sysutils
MASTER_SITES= ${MASTER_SITE_GNU:=findutils/}
@@ -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
diff --git a/sysutils/findutils/PLIST b/sysutils/findutils/PLIST
index d683f1bf78d..8868acc17ad 100644
--- a/sysutils/findutils/PLIST
+++ b/sysutils/findutils/PLIST
@@ -1,16 +1,14 @@
-@comment $NetBSD: PLIST,v 1.13 2016/01/03 17:00:48 wiz Exp $
+@comment $NetBSD: PLIST,v 1.14 2016/05/02 05:18:47 richard Exp $
bin/gfind
bin/glocate
bin/gupdatedb
bin/gxargs
gnu/bin/find
gnu/bin/locate
-gnu/bin/oldfind
gnu/bin/updatedb
gnu/bin/xargs
gnu/man/man1/find.1
gnu/man/man1/locate.1
-gnu/man/man1/oldfind.1
gnu/man/man1/updatedb.1
gnu/man/man1/xargs.1
gnu/man/man5/locatedb.5