Index: head/dns/wdns/Makefile =================================================================== --- head/dns/wdns/Makefile (revision 383419) +++ head/dns/wdns/Makefile (revision 383420) @@ -1,19 +1,20 @@ # $FreeBSD$ PORTNAME= wdns PORTVERSION= 0.6.0 +PORTREVISION= 1 CATEGORIES= dns -MASTER_SITES= https://dl.farsightsecurity.com/dist/wdns/ \ - LOCAL/truckman/farsight +MASTER_SITES= FARSIGHT LOCAL/truckman/farsight MAINTAINER= truckman@FreeBSD.org COMMENT= Low-level DNS library LICENSE= APACHE20 +LICENSE_FILE= ${WRKSRC}/COPYRIGHT GNU_CONFIGURE= yes USE_LDCONFIG= yes USES= gmake libtool pathfix pkgconfig INSTALL_TARGET= install-strip .include Index: head/dns/wrapsrv/Makefile =================================================================== --- head/dns/wrapsrv/Makefile (revision 383419) +++ head/dns/wrapsrv/Makefile (revision 383420) @@ -1,21 +1,22 @@ # $FreeBSD$ PORTNAME= wrapsrv PORTVERSION= 1.0.0 +PORTREVISION= 1 CATEGORIES= dns -MASTER_SITES= https://dl.farsightsecurity.com/dist/wrapsrv/ \ - LOCAL/truckman/farsight +MASTER_SITES= FARSIGHT LOCAL/truckman/farsight MAINTAINER= truckman@FreeBSD.org COMMENT= DNS SRV record command line wrapper LICENSE= APACHE20 +LICENSE_FILE= ${WRKSRC}/COPYRIGHT BUILD_DEPENDS= docbook2mdoc:${PORTSDIR}/textproc/docbook2mdoc PLIST_FILES= bin/wrapsrv man/man1/wrapsrv.1.gz post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/wrapsrv .include