diff options
author | tron <tron@pkgsrc.org> | 2010-03-14 17:03:04 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2010-03-14 17:03:04 +0000 |
commit | 4177e99f3f57b2f219a1518bfcc3088a046b30f1 (patch) | |
tree | f927f6f3c9328504313bacfffbd260d1c52331b1 /audio/mpg123/Makefile | |
parent | 87efb4597a822190d711258dcab204ba7c5faa5e (diff) | |
download | pkgsrc-4177e99f3f57b2f219a1518bfcc3088a046b30f1.tar.gz |
Set "PKG_DESTDIR_SUPPORT" before including "bsd.prefs.mk" so it actually
takes effect.
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 e38111cbcb8..ff0703ba521 100644 --- a/audio/mpg123/Makefile +++ b/audio/mpg123/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.45 2010/03/14 15:46:05 schmonz Exp $ +# $NetBSD: Makefile,v 1.46 2010/03/14 17:03:04 tron Exp $ PKGNAME= ${DISTNAME:C/[^[:alnum:]]*//} COMMENT= MPEG layer 1, 2, and 3 audio player @@ -13,6 +13,8 @@ MAKE_ENV+= EXTRA_INSTALL_TARGETS="install-exec-am install-data-am" MPG123_BUILDING_BASE= # empty +PKG_DESTDIR_SUPPORT= user-destdir + .include "../../mk/bsd.prefs.mk" PLIST_VARS+= oss |