svn commit: r349352 - in head/security/expiretable: . files
Renato Botelho
garga at FreeBSD.org
Thu Mar 27 18:37:26 UTC 2014
Author: garga
Date: Thu Mar 27 18:37:25 2014
New Revision: 349352
URL: http://svnweb.freebsd.org/changeset/ports/349352
QAT: https://qat.redports.org/buildarchive/r349352/
Log:
Support stage
Added:
head/security/expiretable/files/patch-Makefile (contents, props changed)
Modified:
head/security/expiretable/Makefile
head/security/expiretable/pkg-plist
Modified: head/security/expiretable/Makefile
==============================================================================
--- head/security/expiretable/Makefile Thu Mar 27 18:28:05 2014 (r349351)
+++ head/security/expiretable/Makefile Thu Mar 27 18:37:25 2014 (r349352)
@@ -11,7 +11,5 @@ MAINTAINER= cris at gufi.org
COMMENT= Utility to remove entries from the pf(4) table based on their age
USE_RC_SUBR= expiretable
-MAN1= expiretable.1
-NO_STAGE= yes
.include <bsd.port.mk>
Added: head/security/expiretable/files/patch-Makefile
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/security/expiretable/files/patch-Makefile Thu Mar 27 18:37:25 2014 (r349352)
@@ -0,0 +1,13 @@
+--- Makefile.orig 2006-01-11 11:09:05.000000000 -0200
++++ Makefile 2014-03-27 15:31:34.000000000 -0300
+@@ -21,8 +21,8 @@
+ all: ${TARGET}
+
+ install: ${TARGET}
+- ${INSTALL} -g bin -o root -m 755 ${TARGET} ${INSTALL_BIN}
+- ${INSTALL} -g bin -o root -m 644 ${MAN} ${INSTALL_MAN}
++ ${INSTALL} -s -m 755 ${TARGET} ${DESTDIR}${INSTALL_BIN}
++ ${INSTALL} -m 644 ${MAN} ${DESTDIR}${INSTALL_MAN}
+
+ clean:
+ rm -f ${TARGET}
Modified: head/security/expiretable/pkg-plist
==============================================================================
--- head/security/expiretable/pkg-plist Thu Mar 27 18:28:05 2014 (r349351)
+++ head/security/expiretable/pkg-plist Thu Mar 27 18:37:25 2014 (r349352)
@@ -1,2 +1,5 @@
@stopdaemon expiretable
+ at group bin
sbin/expiretable
+man/man1/expiretable.1.gz
+ at group
More information about the svn-ports-all
mailing list