svn commit: r336823 - head/dns/dnswall
Emanuel Haupt
ehaupt at FreeBSD.org
Wed Dec 18 11:57:52 UTC 2013
Author: ehaupt
Date: Wed Dec 18 11:57:51 2013
New Revision: 336823
URL: http://svnweb.freebsd.org/changeset/ports/336823
Log:
Use dos2unix USES macro.
Modified:
head/dns/dnswall/Makefile
Modified: head/dns/dnswall/Makefile
==============================================================================
--- head/dns/dnswall/Makefile Wed Dec 18 11:57:07 2013 (r336822)
+++ head/dns/dnswall/Makefile Wed Dec 18 11:57:51 2013 (r336823)
@@ -10,9 +10,9 @@ MASTER_SITES= GOOGLE_CODE CRITICAL
MAINTAINER= ehaupt at FreeBSD.org
COMMENT= Daemon that filters out private IP addresses in DNS responses
+USES= dos2unix
PROJECTHOST= google-dnswall
USE_AUTOTOOLS= automake autoconf:env
-USE_DOS2UNIX= yes
WRKSRC= ${WRKDIR}/${PORTNAME}
More information about the svn-ports-all
mailing list