ports/net/ct/files/patch-ipsec4-Makefile
Hiroki Sato 56e208081c - Fix ownership and permissions of the installed files.
- Fix up #!/usr/bin/perl.
- Remove v6eval/ct/COPYRIGHT from pkg-plist.
2013-06-16 16:59:34 +00:00

24 lines
823 B
Text

--- ipsec4/Makefile.orig 2013-06-17 01:19:37.000000000 +0900
+++ ipsec4/Makefile 2013-06-17 01:23:46.000000000 +0900
@@ -3,16 +3,16 @@
#
# $TAHI: ct/ipsec4/Makefile,v 1.8 2001/10/05 06:38:59 masaxmasa Exp $
#
-INSTALL_DIR=$(PREFIX)/ct/ipsec4
+INSTALL_DIR=$(PREFIX)/v6eval/ct/ipsec4
XFILES = *.seq
FILES = *.def INDEX* *.html 00README .footer
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"