Thu Feb 11 21:43:39 2010 UTC ()
DESTDIR support


(joerg)
diff -r1.6 -r1.7 pkgsrc/net/ishell/Makefile
diff -r1.3 -r1.4 pkgsrc/net/ishell/distinfo
diff -r1.2 -r1.3 pkgsrc/net/ishell/patches/patch-aa

cvs diff -r1.6 -r1.7 pkgsrc/net/ishell/Makefile (expand / switch to context diff)
--- pkgsrc/net/ishell/Makefile 2006/02/05 23:10:25 1.6
+++ pkgsrc/net/ishell/Makefile 2010/02/11 21:43:39 1.7
@@ -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}
@@ -11,6 +11,8 @@
 MAINTAINER=	pancake@phreaker.net
 HOMEPAGE=	http://icmpshell.sourceforge.net/
 COMMENT=	Allow remote shell using ICMP
+
+PKG_DESTDIR_SUPPORT=	user-destdir
 
 VERSION=	0.2
 

cvs diff -r1.3 -r1.4 pkgsrc/net/ishell/distinfo (expand / switch to context diff)
--- pkgsrc/net/ishell/distinfo 2005/02/24 12:13:50 1.3
+++ pkgsrc/net/ishell/distinfo 2010/02/11 21:43:39 1.4
@@ -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

cvs diff -r1.2 -r1.3 pkgsrc/net/ishell/patches/patch-aa (expand / switch to context diff)
--- pkgsrc/net/ishell/patches/patch-aa 2004/04/12 00:09:06 1.2
+++ pkgsrc/net/ishell/patches/patch-aa 2010/02/11 21:43:39 1.3
@@ -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 @@
 -	$(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