mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-25 00:51:21 +00:00
56e208081c
- Fix up #!/usr/bin/perl. - Remove v6eval/ct/COPYRIGHT from pkg-plist.
25 lines
825 B
Plaintext
25 lines
825 B
Plaintext
--- ipsec/Makefile.orig 2013-06-17 01:19:37.000000000 +0900
|
|
+++ ipsec/Makefile 2013-06-17 01:23:46.000000000 +0900
|
|
@@ -3,16 +3,16 @@
|
|
#
|
|
# $TAHI: ct/ipsec/Makefile,v 1.9 2003/06/10 12:11:16 ozoe Exp $
|
|
#
|
|
-INSTALL_DIR=$(PREFIX)/ct/ipsec
|
|
+INSTALL_DIR=$(PREFIX)/v6eval/ct/ipsec
|
|
XFILES = *.seq *.pm
|
|
FILES = *.def INDEX* *.html 00README .footer *.tmpl
|
|
|
|
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"
|