aboutsummaryrefslogtreecommitdiff
path: root/ports-mgmt/chucky
diff options
context:
space:
mode:
authorEmanuel Haupt <ehaupt@FreeBSD.org>2014-02-24 09:51:50 +0000
committerEmanuel Haupt <ehaupt@FreeBSD.org>2014-02-24 09:51:50 +0000
commitb15ed04d532554a5cd65938b441f5f71f0e17680 (patch)
tree235e492fe295a3d55056d33604c220ed990945a5 /ports-mgmt/chucky
parent475fb8834b5e0f35bcb2ccaee6880c797ad390c7 (diff)
downloadports-b15ed04d532554a5cd65938b441f5f71f0e17680.tar.gz
ports-b15ed04d532554a5cd65938b441f5f71f0e17680.zip
Notes
Diffstat (limited to 'ports-mgmt/chucky')
-rw-r--r--ports-mgmt/chucky/files/patch-Makefile14
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