diff options
author | joerg <joerg@pkgsrc.org> | 2009-07-08 15:02:14 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2009-07-08 15:02:14 +0000 |
commit | 12d0a9af7e250638b02bc5f32001e5180513004d (patch) | |
tree | b46ba668341442d00742443abc2c6db7d72cb17d /audio/xmms-dspectogram/Makefile | |
parent | 8d332399aa8a4e1492c93c8abc91c69292c44a0a (diff) | |
download | pkgsrc-12d0a9af7e250638b02bc5f32001e5180513004d.tar.gz |
user-destdir support
Diffstat (limited to 'audio/xmms-dspectogram/Makefile')
-rw-r--r-- | audio/xmms-dspectogram/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/audio/xmms-dspectogram/Makefile b/audio/xmms-dspectogram/Makefile index aedb20798a8..a34968b84b2 100644 --- a/audio/xmms-dspectogram/Makefile +++ b/audio/xmms-dspectogram/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.23 2006/10/04 20:44:20 wiz Exp $ +# $NetBSD: Makefile,v 1.24 2009/07/08 15:05:57 joerg Exp $ # DISTNAME= dspectogram-1.2 @@ -11,8 +11,12 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://hem.passagen.se/joakime/ COMMENT= XMMS plugin for dual spectogram +PKG_DESTDIR_SUPPORT= user-destdir + USE_LIBTOOL= YES +INSTALLATION_DIRS= lib/xmms/Visualization + pre-build: cd ${WRKSRC} ; ${MAKE} clean |