diff options
author | ehaupt <ehaupt@FreeBSD.org> | 2014-02-24 17:51:50 +0800 |
---|---|---|
committer | ehaupt <ehaupt@FreeBSD.org> | 2014-02-24 17:51:50 +0800 |
commit | 5f847fa3cc3a168eae60c70ef6582048cf638aca (patch) | |
tree | 235e492fe295a3d55056d33604c220ed990945a5 /ports-mgmt/chucky | |
parent | 55dbac15c53f1f961aa77f455dca9c1e4bbd76e4 (diff) | |
download | freebsd-ports-gnome-5f847fa3cc3a168eae60c70ef6582048cf638aca.tar.gz freebsd-ports-gnome-5f847fa3cc3a168eae60c70ef6582048cf638aca.tar.zst freebsd-ports-gnome-5f847fa3cc3a168eae60c70ef6582048cf638aca.zip |
Add patchfile. Forgotten in previous commit.
Diffstat (limited to 'ports-mgmt/chucky')
-rw-r--r-- | ports-mgmt/chucky/files/patch-Makefile | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/ports-mgmt/chucky/files/patch-Makefile b/ports-mgmt/chucky/files/patch-Makefile new file mode 100644 index 000000000000..4e3145c159f3 --- /dev/null +++ b/ports-mgmt/chucky/files/patch-Makefile @@ -0,0 +1,14 @@ +--- ./Makefile.orig 2013-03-22 05:11:27.000000000 +0100 ++++ ./Makefile 2014-02-24 09:55:51.627688711 +0100 +@@ -12,8 +12,9 @@ + rm chucky + + install: +- install -m 0755 -g wheel -o root chucky ${prefix}/bin +- -install -m 0644 -g wheel -o root chucky.7 ${man7dir} ++ strip chucky ++ install -m 0755 -g wheel -o root chucky $(DESTDIR)${prefix}/bin ++ -install -m 0644 -g wheel -o root chucky.7 $(DESTDIR)${man7dir} + + deinstall: + rm -f ${prefix}/bin/chucky |