summaryrefslogtreecommitdiff
path: root/editors/hexedit/patches
diff options
context:
space:
mode:
authorsimonb <simonb@pkgsrc.org>1999-10-14 05:55:43 +0000
committersimonb <simonb@pkgsrc.org>1999-10-14 05:55:43 +0000
commit183fe8021ad684147547db68256cb005dd7f98ac (patch)
treebf2b1aa5f750892722e0811a809919f826a7783c /editors/hexedit/patches
parent572a7ac9c01844a6e26ea4f55e095beaba11a088 (diff)
downloadpkgsrc-183fe8021ad684147547db68256cb005dd7f98ac.tar.gz
Update to match distfile on ftp.netbsd.org. Fetching the distfile
from the site results in a redirect to "missing.html"...
Diffstat (limited to 'editors/hexedit/patches')
-rw-r--r--editors/hexedit/patches/patch-ac10
1 files changed, 4 insertions, 6 deletions
diff --git a/editors/hexedit/patches/patch-ac b/editors/hexedit/patches/patch-ac
index 8180f13ec98..b2c2dbb9429 100644
--- a/editors/hexedit/patches/patch-ac
+++ b/editors/hexedit/patches/patch-ac
@@ -1,7 +1,5 @@
-$NetBSD: patch-ac,v 1.2 1999/07/06 08:00:11 jlam Exp $
-
---- Makefile.in.orig Wed Feb 17 09:22:57 1999
-+++ Makefile.in Fri Jul 2 06:57:09 1999
+--- Makefile.in.orig Thu Sep 24 18:41:31 1998
++++ Makefile.in Thu Oct 14 15:38:52 1999
@@ -7,6 +7,7 @@
CC = @CC@
@@ -15,8 +13,8 @@ $NetBSD: patch-ac,v 1.2 1999/07/06 08:00:11 jlam Exp $
install: $(PRODUCT)
- $(INSTALL) -d -m 755 $(bindir)
-- $(INSTALL) -s -m 755 $(PRODUCT) $(bindir)
+- $(INSTALL) -s -m 755 -o root $(PRODUCT) $(bindir)
- $(INSTALL) -d -m 755 $(mandir)
-- $(INSTALL) -m 644 $(PRODUCT).1 $(mandir)
+- $(INSTALL) -m 644 -o root $(PRODUCT).1 $(mandir)
+ $(BSD_INSTALL_PROGRAM) $(PRODUCT) $(bindir)
+ $(BSD_INSTALL_DATA) $(PRODUCT).1 $(mandir)