diff options
Diffstat (limited to 'textproc/texi2db/Makefile')
-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> |