svn commit: r367587 - head/mail/milter-skem

Antoine Brodin antoine at FreeBSD.org
Sun Sep 7 17:42:18 UTC 2014


Author: antoine
Date: Sun Sep  7 17:42:17 2014
New Revision: 367587
URL: http://svnweb.freebsd.org/changeset/ports/367587
QAT: https://qat.redports.org/buildarchive/r367587/

Log:
  Allow staging as a regular user

Modified:
  head/mail/milter-skem/Makefile

Modified: head/mail/milter-skem/Makefile
==============================================================================
--- head/mail/milter-skem/Makefile	Sun Sep  7 17:40:24 2014	(r367586)
+++ head/mail/milter-skem/Makefile	Sun Sep  7 17:42:17 2014	(r367587)
@@ -9,7 +9,7 @@ MASTER_SITES=	http://virtual-estates.net
 MAINTAINER=	mi at aldan.algebra.com
 COMMENT=	Cache earlier sendmail's verdicts for the relays
 
-USES=	tar:bzip2
+USES=		tar:bzip2 uidfix
 
 PLIST_FILES=	sbin/skem \
 		man/man8/skem.8.gz
@@ -23,9 +23,6 @@ SKEM_NETINET_DESC=	Support IPv4 addresse
 
 OPTIONS_DEFAULT=	SKEM_NETINET
 
-post-install:
-	@${CAT} ${PKGMESSAGE}
-
 .include <bsd.port.options.mk>
 
 .if ${ARCH} == "powerpc"


More information about the svn-ports-head mailing list