pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/net/ishell Fix Makefile to install correct files. No ...
details: https://anonhg.NetBSD.org/pkgsrc/rev/53714aca795f
branches: trunk
changeset: 472719:53714aca795f
user: minskim <minskim%pkgsrc.org@localhost>
date: Mon Apr 12 00:09:06 2004 +0000
description:
Fix Makefile to install correct files. No PKGREVISION bump because
this was imported a few minutes ago.
diffstat:
net/ishell/distinfo | 4 ++--
net/ishell/patches/patch-aa | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diffs (28 lines):
diff -r 2245a6ade870 -r 53714aca795f net/ishell/distinfo
--- a/net/ishell/distinfo Mon Apr 12 00:00:49 2004 +0000
+++ b/net/ishell/distinfo Mon Apr 12 00:09:06 2004 +0000
@@ -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 -r 2245a6ade870 -r 53714aca795f net/ishell/patches/patch-aa
--- a/net/ishell/patches/patch-aa Mon Apr 12 00:00:49 2004 +0000
+++ b/net/ishell/patches/patch-aa Mon Apr 12 00:09:06 2004 +0000
@@ -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 @@
- $(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
Home |
Main Index |
Thread Index |
Old Index