Index: head/dns/autotrust/Makefile =================================================================== --- head/dns/autotrust/Makefile (revision 289942) +++ head/dns/autotrust/Makefile (revision 289943) @@ -1,42 +1,42 @@ # New ports collection makefile for: autotrust # Date created: 2010-01-09 # Whom: Jaap Akkerhuis # # $FreeBSD$ # PORTNAME= autotrust PORTVERSION= 0.3.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= dns MASTER_SITES= http://www.nlnetlabs.nl/downloads/autotrust/ MAINTAINER= jaap@NLnetLabs.nl COMMENT= A tool to automatically update DNSSEC trust anchors LIB_DEPENDS+= ldns.1:${PORTSDIR}/dns/ldns \ - unbound.2:${PORTSDIR}/dns/unbound + unbound.3:${PORTSDIR}/dns/unbound GNU_CONFIGURE= yes CFLAGS= -I${LOCALBASE}/include ${PTHREAD_CFLAGS} LDFLAGS+= -L${LOCALBASE}/lib ${PTHREAD_LIBS} MAN8= autotrust.8 PLIST_FILES= sbin/autotrust \ etc/autotrust/autotrust.conf.sample PLIST_DIRS= etc/autotrust do-patch: ${REINPLACE_CMD} \ '45s!=!\?=!; \ 46s!^\(CFLAGS \)\(= -I.\) @CFLAGS@!\1+\2!' \ ${WRKSRC}/Makefile.in do-install: ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/sbin ${MKDIR} ${ETCDIR} ${INSTALL_DATA} ${WRKSRC}/${PORTNAME}.conf.sample ${ETCDIR} ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.8 ${PREFIX}/man/man8 .include Property changes on: head/dns/autotrust/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.5 \ No newline at end of property +1.6 \ No newline at end of property