diff options
author | abs <abs@pkgsrc.org> | 2009-05-19 22:16:08 +0000 |
---|---|---|
committer | abs <abs@pkgsrc.org> | 2009-05-19 22:16:08 +0000 |
commit | 80daa7e7be098b02ca957a052ebbbc70d2cf3c02 (patch) | |
tree | d94cbb38923ad4bc520871cd73d72603bff0d8f7 /audio/mpg123/Makefile | |
parent | 6f85b2a405dfe58cc1f4d593987a052f1e32d295 (diff) | |
download | pkgsrc-80daa7e7be098b02ca957a052ebbbc70d2cf3c02.tar.gz |
+PKG_DESTDIR_SUPPORT
Diffstat (limited to 'audio/mpg123/Makefile')
-rw-r--r-- | audio/mpg123/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/audio/mpg123/Makefile b/audio/mpg123/Makefile index fb9785e6072..6be7cdacb1e 100644 --- a/audio/mpg123/Makefile +++ b/audio/mpg123/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.42 2006/05/26 12:16:13 drochner Exp $ +# $NetBSD: Makefile,v 1.43 2009/05/19 22:16:08 abs Exp $ PKGNAME= mpg123-${MPG123_VERSION} PKGREVISION= 9 @@ -6,6 +6,8 @@ COMMENT= Command-line player for mpeg layer 1, 2 and 3 audio CONFLICTS+= mpg123-nas-[0-9]* +PKG_DESTDIR_SUPPORT= user-destdir + PKG_OPTIONS_VAR=PKG_OPTIONS.mpg123 .include "Makefile.common" .include "../../mk/bsd.pkg.mk" |