diff options
author | linimon <linimon@FreeBSD.org> | 2004-04-19 04:27:37 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2004-04-19 04:27:37 +0800 |
commit | d9bd801f344efe9e55c04c4a65778bfe65c2ba9a (patch) | |
tree | 9143f492396aadc059c204ed834b8ada6e0c3abb /textproc | |
parent | 133ea97817b9ff546d7fa296eb628eea27512c2a (diff) | |
download | freebsd-ports-gnome-d9bd801f344efe9e55c04c4a65778bfe65c2ba9a.tar.gz freebsd-ports-gnome-d9bd801f344efe9e55c04c4a65778bfe65c2ba9a.tar.zst freebsd-ports-gnome-d9bd801f344efe9e55c04c4a65778bfe65c2ba9a.zip |
Per dosirak run, fix PLIST_FILES.
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> |