diff options
author | krion <krion@FreeBSD.org> | 2004-03-10 15:03:51 +0000 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2004-03-10 15:03:51 +0000 |
commit | c131812144d0f8b6ff747b597d084fc6700e719d (patch) | |
tree | a47f60c687a57dde464c62c46c0382ea0e82f46e /misc/findutils | |
parent | e3c808e45b5c6a7eb4c541bbd13c39d8b6d8f7e8 (diff) | |
download | FreeBSD-ports-c131812144d0f8b6ff747b597d084fc6700e719d.zip FreeBSD-ports-c131812144d0f8b6ff747b597d084fc6700e719d.tar.gz |
- Fix WWW: and utilize INFO
PR: ports/63995
Submitted by: maintainer
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 41c1842..2f42337 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 0fdb8af..64a7672 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 4943ae4..b98f645 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 |