diff options
author | snj <snj> | 2010-03-08 00:47:08 +0000 |
---|---|---|
committer | snj <snj> | 2010-03-08 00:47:08 +0000 |
commit | a831ecbaa1756669b708a74fbb4e5de5bb024b50 (patch) | |
tree | 21fbb7b89bbbbff2178831a689a0a31c1a50446e /audio | |
parent | bd4c127f9f0b398c6bcc747c203c6d96aa1d31b0 (diff) | |
download | pkgsrc-a831ecbaa1756669b708a74fbb4e5de5bb024b50.tar.gz |
Mark as user-destdir ready.
P.S. Ew! Does anyone actually use this?
Diffstat (limited to 'audio')
-rw-r--r-- | audio/xmms-osx/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/audio/xmms-osx/Makefile b/audio/xmms-osx/Makefile index 8f844453e99..f2a84da5f74 100644 --- a/audio/xmms-osx/Makefile +++ b/audio/xmms-osx/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2006/12/15 14:34:19 wiz Exp $ +# $NetBSD: Makefile,v 1.4 2010/03/08 00:47:08 snj Exp $ # DISTNAME= xmms_osx_plugin-1.0 @@ -15,6 +15,8 @@ GNU_CONFIGURE= yes USE_LIBTOOL= yes SHLIBTOOL_OVERRIDE= libtool-disable-static +PKG_DESTDIR_SUPPORT= user-destdir + PKG_INSTALLATION_TYPES= overwrite pkgviews ONLY_FOR_PLATFORM= Darwin-*-* |