Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 8 Sep 2014 19:17:09 +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: r367679 - head/sysutils/stmpclean/files
Message-ID:  <201409081917.s88JH99a041105@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Mon Sep  8 19:17:09 2014
New Revision: 367679
URL: http://svnweb.freebsd.org/changeset/ports/367679
QAT: https://qat.redports.org/buildarchive/r367679/

Log:
  Allow staging as a regular user

Modified:
  head/sysutils/stmpclean/files/patch-Makefile

Modified: head/sysutils/stmpclean/files/patch-Makefile
==============================================================================
--- head/sysutils/stmpclean/files/patch-Makefile	Mon Sep  8 19:14:52 2014	(r367678)
+++ head/sysutils/stmpclean/files/patch-Makefile	Mon Sep  8 19:17:09 2014	(r367679)
@@ -19,8 +19,8 @@
 -	install -c -o 0 -g 0 -m 0444 stmpclean.8 $(MANDIR)/
 +	if [ ! -d $(DESTDIR)$(BINDIR) ] ; then mkdir -p -m 0755 $(DESTDIR)$(BINDIR); fi
 +	if [ ! -d $(DESTDIR)$(MANDIR) ] ; then mkdir -p -m 0755 $(DESTDIR)$(MANDIR); fi
-+	install -c -o 0 -g 0 -m 0555 stmpclean $(DESTDIR)$(BINDIR)/
-+	install -c -o 0 -g 0 -m 0444 stmpclean.8 $(DESTDIR)$(MANDIR)/
++	$(BSD_INSTALL_PROGRAM) stmpclean $(DESTDIR)$(BINDIR)/
++	$(BSD_INSTALL_MAN) stmpclean.8 $(DESTDIR)$(MANDIR)/
  
  stmpclean.o:	stmpclean.c
  



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