diff options
-rw-r--r-- | audio/audacious-plugins/Makefile | 4 | ||||
-rw-r--r-- | audio/audacious/Makefile | 4 | ||||
-rw-r--r-- | x11/gtksourceview-sharp2/Makefile | 4 |
3 files changed, 9 insertions, 3 deletions
diff --git a/audio/audacious-plugins/Makefile b/audio/audacious-plugins/Makefile index 4d256d1ba32..dec3c9c7665 100644 --- a/audio/audacious-plugins/Makefile +++ b/audio/audacious-plugins/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2009/08/26 19:57:08 sno Exp $ +# $NetBSD: Makefile,v 1.9 2009/08/29 13:15:17 wiz Exp $ # DISTNAME= audacious-plugins-1.5.1 @@ -11,6 +11,8 @@ MAINTAINER= jfranz@bsdprojects.net HOMEPAGE= http://audacious-media-player.org/ COMMENT= Plugins for Audacious media player +PKG_DESTDIR_SUPPORT= user-destdir + GNU_CONFIGURE= yes USE_TOOLS+= gmake intltool pkg-config msgfmt USE_LIBTOOL= yes diff --git a/audio/audacious/Makefile b/audio/audacious/Makefile index 845821cebc6..9f878fe4115 100644 --- a/audio/audacious/Makefile +++ b/audio/audacious/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2009/08/26 19:56:59 sno Exp $ +# $NetBSD: Makefile,v 1.7 2009/08/29 13:15:23 wiz Exp $ # DISTNAME= audacious-1.5.1 @@ -11,6 +11,8 @@ MAINTAINER= jfranz@bsdprojects.net HOMEPAGE= http://audacious-media-player.org/ COMMENT= Media player based on BMP and XMMS +PKG_DESTDIR_SUPPORT= user-destdir + GNU_CONFIGURE= yes USE_TOOLS+= gmake intltool msgfmt pkg-config USE_LIBTOOL= yes diff --git a/x11/gtksourceview-sharp2/Makefile b/x11/gtksourceview-sharp2/Makefile index ccbaaeda44e..b1432f4b28d 100644 --- a/x11/gtksourceview-sharp2/Makefile +++ b/x11/gtksourceview-sharp2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2009/08/26 19:58:31 sno Exp $ +# $NetBSD: Makefile,v 1.13 2009/08/29 13:08:42 wiz Exp $ DISTNAME= gtksourceview-sharp-2.0-0.12 PKGNAME= ${DISTNAME:S/-2.0-/2-/} @@ -11,6 +11,8 @@ MAINTAINER= kefren@NetBSD.org HOMEPAGE= http://www.mono-project.com/Gtk COMMENT= C\# Bindings to the GtkSourceView widget +PKG_DESTDIR_SUPPORT= user-destdir + PREV_PKGPATH= x11/gtksourceview-sharp SUPERSEDES= gtksourceview-sharp-2.0-[0-9]* |