summaryrefslogtreecommitdiff
path: root/sysutils
diff options
context:
space:
mode:
authorwulf <wulf@pkgsrc.org>2003-07-29 13:47:32 +0000
committerwulf <wulf@pkgsrc.org>2003-07-29 13:47:32 +0000
commit69adcdf4815bcefc2e50e4b299d84736e6a4f506 (patch)
treec91ccea94848e9909a5725f591545e86b33a8ebf /sysutils
parentbdfbcb12497ffffdd34bc60aaddebb56042ed46a (diff)
downloadpkgsrc-69adcdf4815bcefc2e50e4b299d84736e6a4f506.tar.gz
Added missing PERL5_PACKLIST variable to dynamically create PLIST
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/dvdrip/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/sysutils/dvdrip/Makefile b/sysutils/dvdrip/Makefile
index 1b94f634b84..8cbb44bc23e 100644
--- a/sysutils/dvdrip/Makefile
+++ b/sysutils/dvdrip/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2003/07/21 17:39:44 mrg Exp $
+# $NetBSD: Makefile,v 1.5 2003/07/29 13:47:32 wulf Exp $
#
VERS= 0.50.13
@@ -29,6 +29,8 @@ BUILDLINK_DEPENDS.perl= perl>=5.6.0
USE_BUILDLINK2= YES
USE_PKGLOCALEDIR= YES
+PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Video/DVDRip/.packlist
+
# XXX xine support
# XXX fping support
.include "../../devel/gettext-lib/buildlink2.mk"