diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-06-25 05:22:11 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-06-25 05:22:11 +0000 |
commit | c1252d8a6441358ee2c89251f27b94d21973aa31 (patch) | |
tree | 6b0735e4a9d96602019dc29c7ec146690c3e4c4a /emulators/hercules/files/patch-ab | |
parent | remove ports/graphics/miniscrib (diff) |
Merge Mark Daniel Szlaga's tape patches into the port, Fix some PORTDOCS issues.
PR: 39785
Submitted by: maintainer
Notes
Notes:
svn path=/head/; revision=61903
Diffstat (limited to 'emulators/hercules/files/patch-ab')
-rw-r--r-- | emulators/hercules/files/patch-ab | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/emulators/hercules/files/patch-ab b/emulators/hercules/files/patch-ab new file mode 100644 index 000000000000..60bc3a0fdf1f --- /dev/null +++ b/emulators/hercules/files/patch-ab @@ -0,0 +1,12 @@ +--- Makefile.am Tue Oct 30 16:44:39 2001 ++++ Makefile.am Mon Mar 11 02:44:03 2002 +@@ -93,8 +93,8 @@ + + tar: dist + ++install-exec-local: + if SETUID_HERCIFC +-install-exec-local: + chown root $(DESTDIR)$(bindir)/hercifc + chmod 0751 $(DESTDIR)$(bindir)/hercifc + chmod +s $(DESTDIR)$(bindir)/hercifc |