aboutsummaryrefslogtreecommitdiff
path: root/net/v6eval/files/patch-etc-Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net/v6eval/files/patch-etc-Makefile')
-rw-r--r--net/v6eval/files/patch-etc-Makefile22
1 files changed, 0 insertions, 22 deletions
diff --git a/net/v6eval/files/patch-etc-Makefile b/net/v6eval/files/patch-etc-Makefile
deleted file mode 100644
index 710e6dae8262..000000000000
--- a/net/v6eval/files/patch-etc-Makefile
+++ /dev/null
@@ -1,22 +0,0 @@
---- etc/Makefile.orig 2013-06-17 00:07:30.000000000 +0900
-+++ etc/Makefile 2013-06-17 00:18:09.000000000 +0900
-@@ -43,15 +43,15 @@
- # Makefile for sample config file
- #
-
--PREFIX=/usr/local/v6eval
--ETCDIR=$(PREFIX)/etc
-+PREFIX?=/usr/local
-+ETCDIR=$(PREFIX)/v6eval/etc
- SAMPLE=tn.def.sample nut.def.sample
-
- all:
-
- install:
-- install -d -o bin -g bin -m 755 $(ETCDIR)
-- install -c -o bin -g bin -m 644 $(SAMPLE) $(ETCDIR)
-+ install -d -m 555 $(ETCDIR)
-+ ${BSD_INSTALL_DATA} $(SAMPLE) $(ETCDIR)
-
- depend:
-