Date: Thu, 27 Mar 2014 18:37:25 +0000 (UTC) From: Renato Botelho <garga@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r349352 - in head/security/expiretable: . files Message-ID: <201403271837.s2RIbPE1018657@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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 +@group bin sbin/expiretable +man/man1/expiretable.1.gz +@group
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201403271837.s2RIbPE1018657>