diff options
author | heinz <heinz@pkgsrc.org> | 2008-01-06 12:41:11 +0000 |
---|---|---|
committer | heinz <heinz@pkgsrc.org> | 2008-01-06 12:41:11 +0000 |
commit | 853526ace589b7cd849912ac123b3a5772d7bd03 (patch) | |
tree | 7e6c3458836c1248823cf291f958dff9bf9e6c3c | |
parent | 8b1f41f5dc1f70bc5fd62fbd8b068c910179157e (diff) | |
download | pkgsrc-853526ace589b7cd849912ac123b3a5772d7bd03.tar.gz |
The package supports installation to DESTDIR.
-rw-r--r-- | audio/mpg321/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/audio/mpg321/Makefile b/audio/mpg321/Makefile index 9e3f1fa21d0..2bb45d1eb5e 100644 --- a/audio/mpg321/Makefile +++ b/audio/mpg321/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2007/08/13 06:31:36 rillig Exp $ +# $NetBSD: Makefile,v 1.13 2008/01/06 12:41:11 heinz Exp $ DISTNAME= mpg321-0.2.10 PKGREVISION= 7 @@ -9,6 +9,8 @@ MAINTAINER= rxg@NetBSD.org HOMEPAGE= http://mpg321.sourceforge.net/ COMMENT= Free replacement for mpg123 +PKG_DESTDIR_SUPPORT= user-destdir + GNU_CONFIGURE= yes CONFIGURE_ARGS+= --disable-mpg123-symlink |