summaryrefslogtreecommitdiff
path: root/editors/hexedit/patches
diff options
context:
space:
mode:
authorsimonb <simonb>1999-10-14 05:55:43 +0000
committersimonb <simonb>1999-10-14 05:55:43 +0000
commit3a54e87ac6fb8b1ed80ac07f54b4ae023236c910 (patch)
treebf2b1aa5f750892722e0811a809919f826a7783c /editors/hexedit/patches
parenta7c718c169f4d7182601a8185676354da9d3567e (diff)
downloadpkgsrc-3a54e87ac6fb8b1ed80ac07f54b4ae023236c910.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)