svn commit: r345790 - head/ports-mgmt/chucky/files

Emanuel Haupt ehaupt at FreeBSD.org
Mon Feb 24 09:51:51 UTC 2014


Author: ehaupt
Date: Mon Feb 24 09:51:50 2014
New Revision: 345790
URL: http://svnweb.freebsd.org/changeset/ports/345790
QAT: https://qat.redports.org/buildarchive/r345790/

Log:
  Add patchfile. Forgotten in previous commit.

Added:
  head/ports-mgmt/chucky/files/patch-Makefile   (contents, props changed)

Added: head/ports-mgmt/chucky/files/patch-Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/ports-mgmt/chucky/files/patch-Makefile	Mon Feb 24 09:51:50 2014	(r345790)
@@ -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


More information about the svn-ports-all mailing list