svn commit: r320939 - head/mail/queue-repair

Bryan Drewery bdrewery at FreeBSD.org
Fri Jun 14 14:40:54 UTC 2013


Author: bdrewery
Date: Fri Jun 14 14:40:53 2013
New Revision: 320939
URL: http://svnweb.freebsd.org/changeset/ports/320939

Log:
  Convert to new options helpers

Modified:
  head/mail/queue-repair/Makefile

Modified: head/mail/queue-repair/Makefile
==============================================================================
--- head/mail/queue-repair/Makefile	Fri Jun 14 14:39:53 2013	(r320938)
+++ head/mail/queue-repair/Makefile	Fri Jun 14 14:40:53 2013	(r320939)
@@ -16,11 +16,9 @@ OPTIONS_DEFINE=		DOCS QMAIL_PORT
 OPTIONS_DEFAULT=	QMAIL_PORT
 QMAIL_PORT_DESC=	Depend on qmail port
 
-.include <bsd.port.options.mk>
+QMAIL_PORT_USES=	qmail:run
 
-.if ${PORT_OPTIONS:MQMAIL_PORT}
-USES=		qmail:run
-.endif
+.include <bsd.port.options.mk>
 
 PLIST_FILES=	bin/queue-repair
 PORTDOCS=	BLURB CHANGELOG TODO


More information about the svn-ports-all mailing list