svn commit: r367434 - head/www/weblint/files

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


Author: antoine
Date: Sat Sep  6 13:24:46 2014
New Revision: 367434
URL: http://svnweb.freebsd.org/changeset/ports/367434
QAT: https://qat.redports.org/buildarchive/r367434/

Log:
  Allow staging as regular user

Modified:
  head/www/weblint/files/patch-Makefile

Modified: head/www/weblint/files/patch-Makefile
==============================================================================
--- head/www/weblint/files/patch-Makefile	Sat Sep  6 13:23:59 2014	(r367433)
+++ head/www/weblint/files/patch-Makefile	Sat Sep  6 13:24:46 2014	(r367434)
@@ -43,9 +43,9 @@
 ! all: $(PROGRAM)
   
   install: $(PROGRAM)
-! 	install -c -m 755 -o bin -g bin $(PROGRAM)   $(BINDIR)
-! 	install -c -m 644 -o bin -g bin $(PROGRAM).1 $(MANDIR)
-! 	install -c -m 644 -o bin -g bin weblintrc    $(LIBDIR)
+! 	$(BSD_INSTALL_SCRIPT) $(PROGRAM) $(BINDIR)
+! 	$(BSD_INSTALL_MAN) $(PROGRAM).1 $(MANDIR)
+! 	$(BSD_INSTALL_DATA) weblintrc $(LIBDIR)
   
   test:
   	@./test.pl


More information about the svn-ports-head mailing list