diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-09-01 23:05:26 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-09-01 23:05:26 +0000 |
commit | 39a5b78f8797ded2c50107a77794cd671dff707f (patch) | |
tree | 39f650e2e85c255908675444e0ce32d9639f251f /net/v6eval/files/patch-include-Makefile | |
parent | Remove non staged ports without pending PR from net-im and net-mgmt (diff) |
Remove non staged ports without pending PR from net-p2p, net and news
Notes
Notes:
svn path=/head/; revision=366967
Diffstat (limited to 'net/v6eval/files/patch-include-Makefile')
-rw-r--r-- | net/v6eval/files/patch-include-Makefile | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/net/v6eval/files/patch-include-Makefile b/net/v6eval/files/patch-include-Makefile deleted file mode 100644 index ff80dac0e4d7..000000000000 --- a/net/v6eval/files/patch-include-Makefile +++ /dev/null @@ -1,27 +0,0 @@ ---- include/Makefile.orig 2013-06-17 00:06:14.000000000 +0900 -+++ include/Makefile 2013-06-17 00:18:39.000000000 +0900 -@@ -45,17 +45,17 @@ - # Makefile for standard definition file - # - --PREFIX=/usr/local/v6eval --INCLUDEDIR=$(PREFIX)/include/ -+PREFIX?=/usr/local -+INCLUDEDIR=$(PREFIX)/v6eval/include/ - - all: - - install: -- install -d -o bin -g bin -m 755 $(INCLUDEDIR) -- install -c -o bin -g bin -m 644 std.def $(INCLUDEDIR) -- install -c -o bin -g bin -m 644 stdaddr.def $(INCLUDEDIR) -- install -c -o bin -g bin -m 644 stdpacket.def $(INCLUDEDIR) -- install -c -o bin -g bin -m 644 stdconst.def $(INCLUDEDIR) -+ install -d -m 555 $(INCLUDEDIR) -+ ${BSD_INSTALL_DATA} std.def $(INCLUDEDIR) -+ ${BSD_INSTALL_DATA} stdaddr.def $(INCLUDEDIR) -+ ${BSD_INSTALL_DATA} stdpacket.def $(INCLUDEDIR) -+ ${BSD_INSTALL_DATA} stdconst.def $(INCLUDEDIR) - - depend: - clean: |