diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2004-03-10 15:03:51 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2004-03-10 15:03:51 +0000 |
commit | dcfdac10e72a0706e777b908f0214348c0e75444 (patch) | |
tree | b244fcfe776f98082f47be04e627b591fb349041 /misc/findutils | |
parent | 73136a247e861368a50fa76dc1d220e6cc02207e (diff) | |
download | ports-dcfdac10e72a0706e777b908f0214348c0e75444.tar.gz ports-dcfdac10e72a0706e777b908f0214348c0e75444.zip |
Notes
Diffstat (limited to 'misc/findutils')
-rw-r--r-- | misc/findutils/Makefile | 5 | ||||
-rw-r--r-- | misc/findutils/pkg-descr | 2 | ||||
-rw-r--r-- | misc/findutils/pkg-plist | 3 |
3 files changed, 4 insertions, 6 deletions
diff --git a/misc/findutils/Makefile b/misc/findutils/Makefile index 41c1842ae268..2f42337d6911 100644 --- a/misc/findutils/Makefile +++ b/misc/findutils/Makefile @@ -7,10 +7,10 @@ PORTNAME= findutils PORTVERSION= 4.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= misc MASTER_SITES= ${MASTER_SITE_GNU} -MASTER_SITE_SUBDIR= findutils +MASTER_SITE_SUBDIR= findutils MAINTAINER= cyrille.lefevre@laposte.net COMMENT= The GNU find utilities @@ -24,6 +24,7 @@ USE_GMAKE= yes CONFIGURE_ARGS= --program-prefix=g # --localstatedir=${LOCALSTATEDIR} MAKE_ARGS= INSTALL_SCRIPT="${INSTALL_SCRIPT}" +INFO= find MAN1= gfind.1 gxargs.1 glocate.1 gupdatedb.1 MAN5= glocatedb.5 diff --git a/misc/findutils/pkg-descr b/misc/findutils/pkg-descr index 0fdb8afbfbd8..64a767211c77 100644 --- a/misc/findutils/pkg-descr +++ b/misc/findutils/pkg-descr @@ -8,4 +8,4 @@ Note that this port will install these utilities with a `g' prefix, eg., glocate, gfind, gxargs, but the texinfo documentation will refer to these utilities without the `g' prefix. -WWW: http://www.gnu.org/software/findutils/findutils.html +WWW: http://www.gnu.org/software/findutils/ diff --git a/misc/findutils/pkg-plist b/misc/findutils/pkg-plist index 4943ae47f8a4..b98f6450f99e 100644 --- a/misc/findutils/pkg-plist +++ b/misc/findutils/pkg-plist @@ -5,6 +5,3 @@ bin/gupdatedb libexec/gfrcode libexec/gcode libexec/gbigram -@unexec install-info --delete %D/info/find.info %D/info/dir -info/find.info -@exec install-info %D/info/find.info %D/info/dir |