diff options
author | antoine <antoine@FreeBSD.org> | 2015-05-07 22:42:25 +0000 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2015-05-07 22:42:25 +0000 |
commit | 2cae0fccda30c4c04e5bcd15f259e3a860652b96 (patch) | |
tree | 56b89e7b34249547bf3ffb109c7bf55c2237aa01 | |
parent | 4fc484c0d37ddb4501358863befd4d66616670e1 (diff) | |
download | FreeBSD-ports-2cae0fccda30c4c04e5bcd15f259e3a860652b96.zip FreeBSD-ports-2cae0fccda30c4c04e5bcd15f259e3a860652b96.tar.gz |
Properly register info pages
-rw-r--r-- | misc/findutils/Makefile | 2 | ||||
-rw-r--r-- | misc/findutils/pkg-plist | 4 |
2 files changed, 2 insertions, 4 deletions
diff --git a/misc/findutils/Makefile b/misc/findutils/Makefile index c812862..e3f9b5e 100644 --- a/misc/findutils/Makefile +++ b/misc/findutils/Makefile @@ -3,6 +3,7 @@ PORTNAME= findutils PORTVERSION= 4.5.14 +PORTREVISION= 1 CATEGORIES= misc MASTER_SITES= ${MASTER_SITE_GNU_ALPHA} MASTER_SITE_SUBDIR= findutils @@ -19,6 +20,7 @@ CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib CONFIGURE_ARGS+= --program-prefix=g --localstatedir=${LOCALSTATEDIR} MAKE_ARGS= INSTALL_SCRIPT="${INSTALL_SCRIPT}" +INFO= find find-maint CPE_VENDOR= gnu diff --git a/misc/findutils/pkg-plist b/misc/findutils/pkg-plist index 478bf90..02eb9a8 100644 --- a/misc/findutils/pkg-plist +++ b/misc/findutils/pkg-plist @@ -3,10 +3,6 @@ bin/goldfind bin/glocate bin/gupdatedb bin/gxargs -info/find-maint.info -info/find.info -info/find.info-1 -info/find.info-2 libexec/gbigram libexec/gcode libexec/gfrcode |