diff options
Diffstat (limited to 'net/ishell')
-rw-r--r-- | net/ishell/Makefile | 4 | ||||
-rw-r--r-- | net/ishell/distinfo | 4 | ||||
-rw-r--r-- | net/ishell/patches/patch-aa | 6 |
3 files changed, 8 insertions, 6 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 |