summaryrefslogtreecommitdiff
path: root/net/ct/files/patch-natpt-Makefile
diff options
context:
space:
mode:
authorHiroki Sato <hrs@FreeBSD.org>2013-06-16 16:59:34 +0000
committerHiroki Sato <hrs@FreeBSD.org>2013-06-16 16:59:34 +0000
commit56e208081c70fbb1753f8422fc38376187d82a97 (patch)
treea57f2820d50d627e70aa5cbe140acecb92754a48 /net/ct/files/patch-natpt-Makefile
parent- update to 2.0.18 (diff)
- Fix ownership and permissions of the installed files.
- Fix up #!/usr/bin/perl. - Remove v6eval/ct/COPYRIGHT from pkg-plist.
Notes
Notes: svn path=/head/; revision=321059
Diffstat (limited to 'net/ct/files/patch-natpt-Makefile')
-rw-r--r--net/ct/files/patch-natpt-Makefile24
1 files changed, 24 insertions, 0 deletions
diff --git a/net/ct/files/patch-natpt-Makefile b/net/ct/files/patch-natpt-Makefile
new file mode 100644
index 000000000000..7e556e32a8dc
--- /dev/null
+++ b/net/ct/files/patch-natpt-Makefile
@@ -0,0 +1,24 @@
+--- natpt/Makefile.orig 2013-06-17 01:19:37.000000000 +0900
++++ natpt/Makefile 2013-06-17 01:23:46.000000000 +0900
+@@ -42,16 +42,16 @@
+ # $TAHI: ct/natpt/Makefile,v 1.5 2001/10/19 08:28:45 akisada Exp $
+ #
+
+-INSTALL_DIR = $(PREFIX)/ct/natpt
++INSTALL_DIR = $(PREFIX)/v6eval/ct/natpt
+ XFILES = *.seq
+ FILES = *.def *.html INDEX_router .footer natpt.pm 00README TODO
+
+ all:
+
+ install:
+- install -d -o bin -g bin -m 755 $(INSTALL_DIR)
+- install -c -o bin -g bin -m 555 $(XFILES) $(INSTALL_DIR)
+- install -c -o bin -g bin -m 444 $(FILES) $(INSTALL_DIR)
+- install -c -o bin -g bin -m 444 Makefile.test $(INSTALL_DIR)/Makefile
++ install -d -m 555 $(INSTALL_DIR)
++ ${BSD_INSTALL_SCRIPT} $(XFILES) $(INSTALL_DIR)
++ ${BSD_INSTALL_DATA} $(FILES) $(INSTALL_DIR)
++ ${BSD_INSTALL_DATA} Makefile.test $(INSTALL_DIR)/Makefile
+
+ .include "Makefile.test"