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

Antoine Brodin antoine at FreeBSD.org
Sat Sep 6 13:12:24 UTC 2014


Author: antoine
Date: Sat Sep  6 13:12:23 2014
New Revision: 367427
URL: http://svnweb.freebsd.org/changeset/ports/367427
QAT: https://qat.redports.org/buildarchive/r367427/

Log:
  Allow staging as a regular user

Modified:
  head/ports-mgmt/chucky/files/patch-Makefile

Modified: head/ports-mgmt/chucky/files/patch-Makefile
==============================================================================
--- head/ports-mgmt/chucky/files/patch-Makefile	Sat Sep  6 13:10:59 2014	(r367426)
+++ head/ports-mgmt/chucky/files/patch-Makefile	Sat Sep  6 13:12:23 2014	(r367427)
@@ -1,5 +1,5 @@
---- ./Makefile.orig	2013-03-22 05:11:27.000000000 +0100
-+++ ./Makefile	2014-02-24 11:23:24.503330584 +0100
+--- Makefile.orig	2013-03-22 04:11:27 UTC
++++ Makefile
 @@ -1,8 +1,8 @@
 -prefix=/usr/local
 -man7dir=/usr/local/man/man7
@@ -14,15 +14,14 @@
  
  all: chucky
  
-@@ -12,8 +12,9 @@
+@@ -12,8 +12,8 @@
  	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}
++	$(BSD_INSTALL_PROGRAM) chucky $(DESTDIR)${prefix}/bin
++	$(BSD_INSTALL_MAN) chucky.7 $(DESTDIR)${man7dir}
  
  deinstall:
  	rm -f ${prefix}/bin/chucky


More information about the svn-ports-head mailing list