diff options
author | John Marino <marino@FreeBSD.org> | 2016-08-27 23:11:34 +0000 |
---|---|---|
committer | John Marino <marino@FreeBSD.org> | 2016-08-27 23:11:34 +0000 |
commit | 53eefc1b4b15737a630837fad13a3b82e21baa50 (patch) | |
tree | 078804e769930b9579a70168f5593a529455ab6c /dns | |
parent | d983cc61fd7e1306822c41b51236841e037fb47e (diff) |
Notes
Diffstat (limited to 'dns')
-rw-r--r-- | dns/ironsides/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dns/ironsides/Makefile b/dns/ironsides/Makefile index 2c0ffbc73c96..a5b408fef3b5 100644 --- a/dns/ironsides/Makefile +++ b/dns/ironsides/Makefile @@ -3,6 +3,7 @@ PORTNAME= ironsides PORTVERSION= ${SNAPSHOT:S/_//g} +PORTREVISION= 1 CATEGORIES= dns MASTER_SITES= http://ironsides.martincarlisle.com/ DISTNAME= ironsides_authoritative-${SNAPSHOT} @@ -17,7 +18,7 @@ LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept BUILD_DEPENDS= ${LOCALBASE}/include/spark2012/spark.ads:devel/libspark2012 -USES= ada:5 dos2unix zip +USES= ada dos2unix zip DOS2UNIX_FILES= dfcs.usafa.edu.zonefile ironsides.1 SNAPSHOT= 2015_04_15 WRKSRC= ${WRKDIR}/${DISTFILES:S/.zip//} |