diff options
author | minskim <minskim@pkgsrc.org> | 2004-04-12 00:09:06 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2004-04-12 00:09:06 +0000 |
commit | fa9f8437905452075b9f85bf287d3161792b3418 (patch) | |
tree | a48d60fc8d8738838a518d82919c7330d5a6d476 /net/ishell | |
parent | 1e392a27adf443091303dfee492325444b47c2e0 (diff) | |
download | pkgsrc-fa9f8437905452075b9f85bf287d3161792b3418.tar.gz |
Fix Makefile to install correct files. No PKGREVISION bump because
this was imported a few minutes ago.
Diffstat (limited to 'net/ishell')
-rw-r--r-- | net/ishell/distinfo | 4 | ||||
-rw-r--r-- | net/ishell/patches/patch-aa | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/net/ishell/distinfo b/net/ishell/distinfo index 2f0bebcf953..d31c19b2ad9 100644 --- a/net/ishell/distinfo +++ b/net/ishell/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.1.1.1 2004/04/11 23:58:23 minskim Exp $ +$NetBSD: distinfo,v 1.2 2004/04/12 00:09:06 minskim Exp $ SHA1 (ish-v0.2.tar.gz) = 2d5d16cdd8c097220ee885bedbefb7f41115e6b2 Size (ish-v0.2.tar.gz) = 6531 bytes -SHA1 (patch-aa) = e534842c420008406bafe14f33a93727b8e59203 +SHA1 (patch-aa) = 5a2a8782188874431a7ab03ea09aa60c266d2669 diff --git a/net/ishell/patches/patch-aa b/net/ishell/patches/patch-aa index af370c8b327..b09f0b87433 100644 --- a/net/ishell/patches/patch-aa +++ b/net/ishell/patches/patch-aa @@ -1,4 +1,4 @@ -$NetBSD: patch-aa,v 1.1.1.1 2004/04/11 23:58:23 minskim Exp $ +$NetBSD: patch-aa,v 1.2 2004/04/12 00:09:06 minskim Exp $ --- Makefile.orig 2002-01-31 11:35:52.000000000 -0600 +++ Makefile @@ -54,6 +54,6 @@ $NetBSD: patch-aa,v 1.1.1.1 2004/04/11 23:58:23 minskim Exp $ - $(STRIP) ishd +install: + ${BSD_INSTALL_PROGRAM} ./ish ${PREFIX}/bin/ishell -+ ${BSD_INSTALL_PROGRAM} ./ish ${PREFIX}/sbin/ishelld ++ ${BSD_INSTALL_PROGRAM} ./ishd ${PREFIX}/sbin/ishelld +.PHONY: all clean install |