aboutsummaryrefslogtreecommitdiff
path: root/security/fwtk/files/patch-ac
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>1997-03-07 12:33:43 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>1997-03-07 12:33:43 +0000
commit2f6d0a15eebd06ddd701ffeda344d0ca9ecdde81 (patch)
tree6a0195f50fb6e877f24f5ec4569e8c4d26967d4b /security/fwtk/files/patch-ac
parent2cf0fbdea31e6e7eda4687ac19cfc887384bf2fa (diff)
Respects ${PREFIX}
Broke up mega-patches into one/file.
Notes
Notes: svn path=/head/; revision=5910
Diffstat (limited to 'security/fwtk/files/patch-ac')
-rw-r--r--security/fwtk/files/patch-ac21
1 files changed, 21 insertions, 0 deletions
diff --git a/security/fwtk/files/patch-ac b/security/fwtk/files/patch-ac
new file mode 100644
index 000000000000..d739e4e61778
--- /dev/null
+++ b/security/fwtk/files/patch-ac
@@ -0,0 +1,21 @@
+--- config/Makefile.orig Fri Nov 4 23:30:45 1994
++++ config/Makefile Wed May 15 21:28:28 1996
+@@ -11,7 +11,7 @@
+ #
+ # RcsId: "$Header: /home/ncvs/ports/security/fwtk/patches/patch-aa,v 1.1.1.1 1996/06/15 06:55:51 gpalmer Exp $"
+
+ include ../Makefile.config
+
+
+ # these are no-ops
+@@ -19,7 +19,7 @@
+ clean:
+
+ install:
+- if [ ! -f $(DEST)/netperm-table ]; then \
+- $(CP) netperm-table $(DEST); \
+- chmod 644 $(DEST)/netperm-table; \
++ if [ ! -f $(DEST)/../etc/netperm-table ]; then \
++ $(CP) netperm-table $(DEST)/../etc/; \
++ chmod 644 $(DEST)/../etc/netperm-table; \
+ fi