summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjoerg <joerg>2010-02-11 21:43:39 +0000
committerjoerg <joerg>2010-02-11 21:43:39 +0000
commite8b84ae760bb4caf8c5e769b6a5d50fc3c2eff33 (patch)
treef932f0ce70213613dcc731f922e8a872c0a0285e
parentcaf540f1fb9e9a9b69ea4b100a515dad4110aa5f (diff)
downloadpkgsrc-e8b84ae760bb4caf8c5e769b6a5d50fc3c2eff33.tar.gz
DESTDIR support
-rw-r--r--net/ishell/Makefile4
-rw-r--r--net/ishell/distinfo4
-rw-r--r--net/ishell/patches/patch-aa6
-rw-r--r--net/jumpgate/Makefile10
-rw-r--r--net/jwhois/Makefile9
5 files changed, 23 insertions, 10 deletions
diff --git a/net/ishell/Makefile b/net/ishell/Makefile
index 9de8deb0149..ac36d089785 100644
--- a/net/ishell/Makefile
+++ b/net/ishell/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2006/02/05 23:10:25 joerg Exp $
+# $NetBSD: Makefile,v 1.7 2010/02/11 21:43:39 joerg Exp $
#
DISTNAME= ish-v${VERSION}
@@ -12,6 +12,8 @@ MAINTAINER= pancake@phreaker.net
HOMEPAGE= http://icmpshell.sourceforge.net/
COMMENT= Allow remote shell using ICMP
+PKG_DESTDIR_SUPPORT= user-destdir
+
VERSION= 0.2
PKG_INSTALLATION_TYPES= overwrite pkgviews
diff --git a/net/ishell/distinfo b/net/ishell/distinfo
index c581f11b9d6..7f096c49a8a 100644
--- a/net/ishell/distinfo
+++ b/net/ishell/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.3 2005/02/24 12:13:50 agc Exp $
+$NetBSD: distinfo,v 1.4 2010/02/11 21:43:39 joerg Exp $
SHA1 (ish-v0.2.tar.gz) = 2d5d16cdd8c097220ee885bedbefb7f41115e6b2
RMD160 (ish-v0.2.tar.gz) = 8582e044914f1d68ee7c2257d3be8cb8e8db2999
Size (ish-v0.2.tar.gz) = 6531 bytes
-SHA1 (patch-aa) = 5a2a8782188874431a7ab03ea09aa60c266d2669
+SHA1 (patch-aa) = 2a14a33a1ca7dfdc6e736cf10b88f667b264b8b1
diff --git a/net/ishell/patches/patch-aa b/net/ishell/patches/patch-aa
index b09f0b87433..e73285e8d41 100644
--- a/net/ishell/patches/patch-aa
+++ b/net/ishell/patches/patch-aa
@@ -1,4 +1,4 @@
-$NetBSD: patch-aa,v 1.2 2004/04/12 00:09:06 minskim Exp $
+$NetBSD: patch-aa,v 1.3 2010/02/11 21:43:39 joerg Exp $
--- Makefile.orig 2002-01-31 11:35:52.000000000 -0600
+++ Makefile
@@ -53,7 +53,7 @@ $NetBSD: patch-aa,v 1.2 2004/04/12 00:09:06 minskim Exp $
- $(STRIP) ish
- $(STRIP) ishd
+install:
-+ ${BSD_INSTALL_PROGRAM} ./ish ${PREFIX}/bin/ishell
-+ ${BSD_INSTALL_PROGRAM} ./ishd ${PREFIX}/sbin/ishelld
++ ${BSD_INSTALL_PROGRAM} ./ish ${DESTDIR}${PREFIX}/bin/ishell
++ ${BSD_INSTALL_PROGRAM} ./ishd ${DESTDIR}${PREFIX}/sbin/ishelld
+.PHONY: all clean install
diff --git a/net/jumpgate/Makefile b/net/jumpgate/Makefile
index 5508678a1ef..4a091059891 100644
--- a/net/jumpgate/Makefile
+++ b/net/jumpgate/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2006/03/04 21:30:19 jlam Exp $
+# $NetBSD: Makefile,v 1.5 2010/02/11 21:47:04 joerg Exp $
#
DISTNAME= jumpgate-0.7
@@ -9,6 +9,14 @@ MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= ${MASTER_SITES}
COMMENT= TCP connection forwarder with capture and syslog support
+PKG_DESTDIR_SUPPORT= user-destdir
+
GNU_CONFIGURE= YES
+INSTALLATION_DIRS= ${PKGMANDIR}/man8 sbin
+
+do-install:
+ ${INSTALL_PROGRAM} ${WRKSRC}/jumpgate ${DESTDIR}${PREFIX}/sbin
+ ${INSTALL_MAN} ${WRKSRC}/jumpgate.8 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man8
+
.include "../../mk/bsd.pkg.mk"
diff --git a/net/jwhois/Makefile b/net/jwhois/Makefile
index 5d1df05cbfd..48600e94aa0 100644
--- a/net/jwhois/Makefile
+++ b/net/jwhois/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.62 2009/05/19 08:59:27 wiz Exp $
+# $NetBSD: Makefile,v 1.63 2010/02/11 21:53:00 joerg Exp $
#
DISTNAME= jwhois-4.0
@@ -10,6 +10,8 @@ HOMEPAGE= http://www.gnu.org/software/jwhois/
COMMENT= Configurable WHOIS client
LICENSE= gnu-gpl-v3
+PKG_DESTDIR_SUPPORT= user-destdir
+
USE_PKGLOCALEDIR= YES
GNU_CONFIGURE= YES
CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR}
@@ -27,10 +29,11 @@ INFO_FILES= YES
.include "../../devel/gettext-lib/buildlink3.mk"
CONFIGURE_ARGS+= --with-libintl-prefix=${BUILDLINK_PREFIX.gettext}
+INSTALLATION_DIRS+= ${EGDIR}
+
post-install:
- ${INSTALL_DATA_DIR} ${EGDIR}
${INSTALL_DATA} ${WRKSRC}/example/jwhois.conf \
- ${EGDIR}/jwhois.conf.default
+ ${DESTDIR}${EGDIR}/jwhois.conf.default
.include "../../devel/libidn/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"