svn commit: r331427 - head/security/clamav-milter

Renato Botelho garga at FreeBSD.org
Wed Oct 23 21:03:12 UTC 2013


Author: garga
Date: Wed Oct 23 21:03:11 2013
New Revision: 331427
URL: http://svnweb.freebsd.org/changeset/ports/331427

Log:
  . Support staging
  . Replace LATEST_LINK by PKGNAMESUFFIX
  . Use OPTIONS_SET to define MILTER option

Modified:
  head/security/clamav-milter/Makefile

Modified: head/security/clamav-milter/Makefile
==============================================================================
--- head/security/clamav-milter/Makefile	Wed Oct 23 21:02:25 2013	(r331426)
+++ head/security/clamav-milter/Makefile	Wed Oct 23 21:03:11 2013	(r331427)
@@ -3,12 +3,11 @@
 
 PKGNAMESUFFIX=	-milter
 
-WITH_MILTER=	yes
+OPTIONS_SET+=	MILTER
 
 MASTERDIR=	${.CURDIR}/../clamav
-LATEST_LINK=	clamav-milter
+PKGNAMESUFFIX=	-milter
 
 CONFLICTS=	clamav-[0-9]* clamav-devel-[0-9]*
 
-NO_STAGE=	yes
 .include "${MASTERDIR}/Makefile"


More information about the svn-ports-all mailing list