summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorminskim <minskim>2004-04-12 00:09:06 +0000
committerminskim <minskim>2004-04-12 00:09:06 +0000
commit229a50424d4966b78b6d6d91ca5080bd18a36698 (patch)
treea48d60fc8d8738838a518d82919c7330d5a6d476 /net
parent23a245e8201ebe180c555071eb36cceb3f623806 (diff)
downloadpkgsrc-229a50424d4966b78b6d6d91ca5080bd18a36698.tar.gz
Fix Makefile to install correct files. No PKGREVISION bump because
this was imported a few minutes ago.
Diffstat (limited to 'net')
-rw-r--r--net/ishell/distinfo4
-rw-r--r--net/ishell/patches/patch-aa4
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