aboutsummaryrefslogtreecommitdiff
path: root/sysutils/moreutils/files
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2013-10-04 15:36:36 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2013-10-04 15:36:36 +0000
commit87310c79cb7560cb60a13b8c37fa9924c702263f (patch)
tree7ac56fee85f7965462ce1cc2923cae3c1971bf06 /sysutils/moreutils/files
parent658fd28e6f97b298b2d008da872c7cd788866f4b (diff)
downloadports-87310c79cb7560cb60a13b8c37fa9924c702263f.tar.gz
ports-87310c79cb7560cb60a13b8c37fa9924c702263f.zip
Notes
Diffstat (limited to 'sysutils/moreutils/files')
-rw-r--r--sysutils/moreutils/files/patch-Makefile12
1 files changed, 4 insertions, 8 deletions
diff --git a/sysutils/moreutils/files/patch-Makefile b/sysutils/moreutils/files/patch-Makefile
index 5066eb19f1f1..a1ae5b87de4f 100644
--- a/sysutils/moreutils/files/patch-Makefile
+++ b/sysutils/moreutils/files/patch-Makefile
@@ -1,6 +1,6 @@
--- Makefile.orig 2012-06-06 01:55:53.000000000 +0800
+++ Makefile 2013-02-24 13:23:52.068205829 +0800
-@@ -1,60 +1,38 @@
+@@ -1,14 +1,17 @@
-BINS=isutf8 ifdata ifne pee sponge mispipe lckdo parallel errno
+BINS=isutf8 ifne pee sponge mispipe lckdo errno
PERLSCRIPTS=vidir vipe ts combine zrun chronic
@@ -23,13 +23,9 @@
clean:
rm -f $(BINS) $(MANS) dump.c errnos.h errno.o
- install:
-- mkdir -p $(DESTDIR)$(PREFIX)/bin
-- $(INSTALL_BIN) $(BINS) $(DESTDIR)$(PREFIX)/bin
-- install $(PERLSCRIPTS) $(DESTDIR)$(PREFIX)/bin
-+ mkdir -p $(PREFIX)/bin
-+ $(INSTALL_BIN) $(BINS) $(PREFIX)/bin
-+ install $(PERLSCRIPTS) $(PREFIX)/bin
+@@ -17,44 +20,19 @@
+ $(INSTALL_BIN) $(BINS) $(DESTDIR)$(PREFIX)/bin
+ install $(PERLSCRIPTS) $(DESTDIR)$(PREFIX)/bin
- mkdir -p $(DESTDIR)$(PREFIX)/share/man/man1
- install $(MANS) $(DESTDIR)$(PREFIX)/share/man/man1