diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2014-11-26 13:08:24 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2014-11-26 13:08:24 +0000 |
commit | eee58d187e2c55fca6f53b9e482d33cf5346fe81 (patch) | |
tree | 0d350fe6ad6a2fe3222d838f3c72856c78cd449f /textproc/texi2db | |
parent | 3f1df82a16a1e89db9a69b36ade7342f34095ab4 (diff) |
Notes
Diffstat (limited to 'textproc/texi2db')
-rw-r--r-- | textproc/texi2db/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/textproc/texi2db/Makefile b/textproc/texi2db/Makefile index 5655358cbf47..68bb2f92ade1 100644 --- a/textproc/texi2db/Makefile +++ b/textproc/texi2db/Makefile @@ -3,6 +3,7 @@ PORTNAME= texi2db PORTVERSION= 0.5 +PORTREVISION= 1 CATEGORIES= textproc MASTER_SITES= http://www.tldp.org/downloads/ @@ -15,9 +16,6 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 USE_PERL5= configure -PLIST_FILES= bin/texi2db \ - ${SITE_PERL_REL}/${PERL_ARCH}/auto/texi2db/.packlist \ - man/man1/${PORTNAME}.1.gz -PLIST_DIRS= ${SITE_PERL_REL}/${PERL_ARCH}/auto/texi2db +PLIST_FILES= bin/texi2db man/man1/${PORTNAME}.1.gz .include <bsd.port.mk> |