diff options
author | abs <abs> | 2009-05-19 07:00:50 +0000 |
---|---|---|
committer | abs <abs> | 2009-05-19 07:00:50 +0000 |
commit | 92bcb5d1c59f2ab92bc6d19a04c17a8bba097266 (patch) | |
tree | b9e0d84e13e02340727f21a64d920b6388689673 | |
parent | 2742d5a59a47f3f15e0d0b7db7d613afeb96db65 (diff) | |
download | pkgsrc-92bcb5d1c59f2ab92bc6d19a04c17a8bba097266.tar.gz |
+PKG_DESTDIR_SUPPORT
-rw-r--r-- | audio/paman/Makefile | 4 | ||||
-rw-r--r-- | multimedia/gxine/Makefile | 4 | ||||
-rw-r--r-- | net/dlint/Makefile | 5 | ||||
-rw-r--r-- | net/dlint/distinfo | 4 | ||||
-rw-r--r-- | net/dlint/patches/patch-aa | 8 | ||||
-rw-r--r-- | sysutils/gnome-mount/Makefile | 4 |
6 files changed, 19 insertions, 10 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 diff --git a/multimedia/gxine/Makefile b/multimedia/gxine/Makefile index 12663444550..56b012f598f 100644 --- a/multimedia/gxine/Makefile +++ b/multimedia/gxine/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.37 2009/04/17 16:51:07 drochner Exp $ +# $NetBSD: Makefile,v 1.38 2009/05/19 07:07:50 abs Exp $ DISTNAME= gxine-0.5.904 CATEGORIES= multimedia @@ -27,6 +27,8 @@ PKG_SYSCONFSUBDIR= gxine CONF_FILES+= ${EGDIR}/${f} ${PKG_SYSCONFDIR}/${f} .endfor +PKG_DESTDIR_SUPPORT= user-destdir + .include "../../sysutils/desktop-file-utils/desktopdb.mk" .include "../../devel/glib2/buildlink3.mk" .include "../../devel/gettext-lib/buildlink3.mk" diff --git a/net/dlint/Makefile b/net/dlint/Makefile index 1a4d7f579ff..f59c251729c 100644 --- a/net/dlint/Makefile +++ b/net/dlint/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2007/02/22 19:01:23 wiz Exp $ +# $NetBSD: Makefile,v 1.10 2009/05/19 07:00:50 abs Exp $ # DISTNAME= dlint1.4.0 @@ -14,6 +14,9 @@ COMMENT= Internet Domain Name System (DNS) error checking utility USE_TOOLS+= perl:run NO_BUILD= YES +PKG_DESTDIR_SUPPORT= user-destdir +INSTALLATION_DIRS+= bin man/man1 + do-configure: cd ${WRKSRC} ; \ ${MV} digparse digparse.BAK ; \ diff --git a/net/dlint/distinfo b/net/dlint/distinfo index cdb0ed42180..31efc94cba7 100644 --- a/net/dlint/distinfo +++ b/net/dlint/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.5 2005/11/08 14:14:36 tv Exp $ +$NetBSD: distinfo,v 1.6 2009/05/19 07:00:50 abs Exp $ SHA1 (dlint1.4.0.tar.gz) = 5ed29d4259816c24a47117651416bcac0179f035 RMD160 (dlint1.4.0.tar.gz) = 49ebd133651b15a8daa35601c7f04cc3d1f407e6 Size (dlint1.4.0.tar.gz) = 23007 bytes -SHA1 (patch-aa) = 24d9b60ce9e0d1210fd751f6010fabc8fd2322ea +SHA1 (patch-aa) = 3a40e45528c2f3645e971a2aa57f15fbf985891e diff --git a/net/dlint/patches/patch-aa b/net/dlint/patches/patch-aa index 447e62243bc..b275b86b3b4 100644 --- a/net/dlint/patches/patch-aa +++ b/net/dlint/patches/patch-aa @@ -1,4 +1,4 @@ -$NetBSD: patch-aa,v 1.3 2005/11/08 14:14:36 tv Exp $ +$NetBSD: patch-aa,v 1.4 2009/05/19 07:00:50 abs Exp $ --- Makefile.orig 2000-11-19 10:07:40.000000000 -0500 +++ Makefile @@ -18,9 +18,9 @@ $NetBSD: patch-aa,v 1.3 2005/11/08 14:14:36 tv Exp $ - $(INSTALL) -c -m 755 -o bin -g bin dlint $(BIN) - $(INSTALL) -c -m 755 -o bin -g bin digparse $(BIN) - $(INSTALL) -c -m 644 -o bin -g bin dlint.1 $(MAN)/dlint.$(MANEXT) -+ $(BSD_INSTALL_SCRIPT) dlint $(BIN) -+ $(BSD_INSTALL_SCRIPT) digparse $(BIN) -+ $(BSD_INSTALL_DATA) dlint.1 $(MAN)/dlint.$(MANEXT) ++ $(BSD_INSTALL_SCRIPT) dlint $(DESTDIR)$(BIN) ++ $(BSD_INSTALL_SCRIPT) digparse $(DESTDIR)$(BIN) ++ $(BSD_INSTALL_DATA) dlint.1 $(DESTDIR)$(MAN)/dlint.$(MANEXT) clean: -rm -f *.shar core diff --git a/sysutils/gnome-mount/Makefile b/sysutils/gnome-mount/Makefile index 78e0221c2f7..d87965dfcf4 100644 --- a/sysutils/gnome-mount/Makefile +++ b/sysutils/gnome-mount/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2009/03/18 07:04:28 snj Exp $ +# $NetBSD: Makefile,v 1.4 2009/05/19 07:05:11 abs Exp $ # DISTNAME= gnome-mount-0.8 @@ -18,6 +18,8 @@ USE_LIBTOOL= YES GCONF_SCHEMAS+= gnome-mount.schemas +PKG_DESTDIR_SUPPORT= user-destdir + .include "../../mk/bsd.prefs.mk" .if ${OPSYS} == "NetBSD" post-extract: |