diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2004-04-18 20:27:37 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2004-04-18 20:27:37 +0000 |
commit | 52ac957b88cc0099e3a008605ebe27d85cfa4225 (patch) | |
tree | 398a9ef52d9ef43bdd8674e95fe2ccc5f675ba02 /textproc | |
parent | 3beead0ffced9af67e1fdeb84b4d29c713c96380 (diff) | |
download | ports-52ac957b88cc0099e3a008605ebe27d85cfa4225.tar.gz ports-52ac957b88cc0099e3a008605ebe27d85cfa4225.zip |
Notes
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/texi2db/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/textproc/texi2db/Makefile b/textproc/texi2db/Makefile index baed772115ac..a1e96016d6bf 100644 --- a/textproc/texi2db/Makefile +++ b/textproc/texi2db/Makefile @@ -20,6 +20,8 @@ RUN_DEPENDS= ${BUILD_DEPENDS} PERL_CONFIGURE= yes MAN1= texi2db.1 -PLIST_FILES= bin/texi2db +PLIST_FILES= bin/texi2db \ + ${SITE_PERL_REL}/${PERL_ARCH}/auto/texi2db/.packlist +PLIST_DIRS= ${SITE_PERL_REL}/${PERL_ARCH}/auto/texi2db .include <bsd.port.mk> |