svn commit: r367679 - head/sysutils/stmpclean/files
Antoine Brodin
antoine at FreeBSD.org
Mon Sep 8 19:17:09 UTC 2014
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
More information about the svn-ports-all
mailing list