diff options
author | abs <abs@pkgsrc.org> | 2009-05-19 07:00:50 +0000 |
---|---|---|
committer | abs <abs@pkgsrc.org> | 2009-05-19 07:00:50 +0000 |
commit | 5fefc95862a2a8061e2c091ccc2fe61e40e1f669 (patch) | |
tree | b9e0d84e13e02340727f21a64d920b6388689673 /audio/paman/Makefile | |
parent | ad78db20f65eae3ac70038794abfda85d6117d10 (diff) | |
download | pkgsrc-5fefc95862a2a8061e2c091ccc2fe61e40e1f669.tar.gz |
+PKG_DESTDIR_SUPPORT
Diffstat (limited to 'audio/paman/Makefile')
-rw-r--r-- | audio/paman/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/audio/paman/Makefile b/audio/paman/Makefile index cf910fde396..cefb88b82a5 100644 --- a/audio/paman/Makefile +++ b/audio/paman/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2008/12/19 01:09:24 jmcneill Exp $ +# $NetBSD: Makefile,v 1.2 2009/05/19 07:04:44 abs Exp $ # DISTNAME= paman-0.9.4 @@ -9,6 +9,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://0pointer.de/lennart/projects/paman/ COMMENT= GTK frontend for the PulseAudio sound server +PKG_DESTDIR_SUPPORT= user-destdir + GNU_CONFIGURE= yes USE_DIRS= gnome2-1.5 USE_TOOLS+= pkg-config gmake |