diff options
author | wiz <wiz@pkgsrc.org> | 2011-05-11 10:45:57 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2011-05-11 10:45:57 +0000 |
commit | 952bbea7ecf86df6b6683e823f1fe72d0fffc45b (patch) | |
tree | 14043795e94646a5e07608fe116e75db96af63ba /audio | |
parent | 30ce817327a9854f9a18505521cfd857c85ccf57 (diff) | |
download | pkgsrc-952bbea7ecf86df6b6683e823f1fe72d0fffc45b.tar.gz |
Move up PKG_DESTDIR_SUPPORT before bsd.prefs.mk inclusion to restore
destdir support.
Bump PKGREVISION for previous.
Diffstat (limited to 'audio')
-rw-r--r-- | audio/abcde/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/audio/abcde/Makefile b/audio/abcde/Makefile index 9508062b3e7..4df161c32a8 100644 --- a/audio/abcde/Makefile +++ b/audio/abcde/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.47 2011/05/11 10:28:08 hans Exp $ +# $NetBSD: Makefile,v 1.48 2011/05/11 10:45:57 wiz Exp $ DISTNAME= abcde-2.3.99.7_p235 PKGNAME= abcde-2.3.99.7 -#PKGREVISION= 0 +PKGREVISION= 1 CATEGORIES= audio MASTER_SITES= ${MASTER_SITE_GENTOO:=distfiles/} @@ -10,6 +10,8 @@ MAINTAINER= sekiya@NetBSD.org HOMEPAGE= http://code.google.com/p/abcde/ COMMENT= Command-line utility to rip and encode an audio CD +PKG_DESTDIR_SUPPORT= user-destdir + .include "../../mk/bsd.prefs.mk" DEPENDS+= cd-discid>=0.7:../../audio/cd-discid @@ -20,8 +22,6 @@ DEPENDS+= cdparanoia>=3.0.9.7:../../audio/cdparanoia .endif DEPENDS+= mkcue>=2.1:../../misc/mkcue -PKG_DESTDIR_SUPPORT= user-destdir - NO_BUILD= yes EXTRACT_SUFX= .tar.bz2 WRKSRC= ${WRKDIR}/${PKGNAME_NOREV} |