diff options
author | abs <abs@pkgsrc.org> | 2008-06-01 19:52:55 +0000 |
---|---|---|
committer | abs <abs@pkgsrc.org> | 2008-06-01 19:52:55 +0000 |
commit | 54df6c22d7c3f2cb9e3c96139426a24537d4110b (patch) | |
tree | a137fe75a1652e32bcd73f0408ae19d40b3d18f0 | |
parent | 59ddf227cba152754ea3f201c700c997aad3d974 (diff) | |
download | pkgsrc-54df6c22d7c3f2cb9e3c96139426a24537d4110b.tar.gz |
set USE_LANGUAGES=c PKG_DESTDIR_SUPPORT=user-destdir
-rw-r--r-- | multimedia/dvdrip/Makefile | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/multimedia/dvdrip/Makefile b/multimedia/dvdrip/Makefile index 9b03f5b7e99..d0e610c7eaa 100644 --- a/multimedia/dvdrip/Makefile +++ b/multimedia/dvdrip/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.41 2008/06/01 19:30:31 abs Exp $ +# $NetBSD: Makefile,v 1.42 2008/06/01 19:52:55 abs Exp $ # DISTNAME= dvdrip-0.98.8 @@ -29,10 +29,10 @@ DEPENDS+= p5-AnyEvent>=1.02:../../devel/p5-AnyEvent BUILDLINK_API_DEPENDS.perl+= perl>=5.6.0 -CONFIGURE_ENV+= SKIP_UNPACK_REQUIRED_MODULES=1 - +USE_LANGUAGES= c USE_PKGLOCALEDIR= YES -USE_TOOLS+=perl +USE_TOOLS+= perl +MAKE_ENV+= SKIP_UNPACK_REQUIRED_MODULES=1 PERL5_PACKLIST= auto/Video/DVDRip/.packlist @@ -43,6 +43,8 @@ SUBST_FILES.fping+= lib/Video/DVDRip/Cluster/Master.pm SUBST_SED.fping= -e "s|/usr/sbin/fping|${LOCALBASE}/sbin/fping|g" SUBST_MESSAGE.fping= Fixing hardcoded path. +PKG_DESTDIR_SUPPORT= user-destdir + # Currently the only option is the i386 rar binary .if !empty(MACHINE_ARCH:Mi386) .include "options.mk" |