Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 6 Sep 2014 13:24:46 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r367434 - head/www/weblint/files
Message-ID:  <201409061324.s86DOk9n099316@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201409061324.s86DOk9n099316>