svn commit: r402692 - head/dns/rbllookup-ng

Mathieu Arnold mat at FreeBSD.org
Mon Nov 30 17:39:18 UTC 2015


Author: mat
Date: Mon Nov 30 17:39:16 2015
New Revision: 402692
URL: https://svnweb.freebsd.org/changeset/ports/402692

Log:
  Use @sample.
  
  Sponsored by:	Absolight

Modified:
  head/dns/rbllookup-ng/Makefile

Modified: head/dns/rbllookup-ng/Makefile
==============================================================================
--- head/dns/rbllookup-ng/Makefile	Mon Nov 30 17:30:41 2015	(r402691)
+++ head/dns/rbllookup-ng/Makefile	Mon Nov 30 17:39:16 2015	(r402692)
@@ -3,7 +3,7 @@
 
 PORTNAME=	rbllookup-ng
 PORTVERSION=	1.1
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	dns mail
 MASTER_SITES=	http://www.mavetju.org/download/
 
@@ -16,7 +16,7 @@ BUILD_DEPENDS=	p5-Net-DNS>=0:${PORTSDIR}
 NO_BUILD=	yes
 USES=		perl5 shebangfix
 
-PLIST_FILES=	bin/rbllookup bin/getmoensted etc/rbllookup.conf-sample
+PLIST_FILES=	bin/rbllookup bin/getmoensted "@sample etc/rbllookup.conf.sample"
 PORTDOCS=	CHANGELOG INSTALL NOTES README TODO gpg.asc
 SHEBANG_FILES=	rbllookup.pl getmoensted.pl
 
@@ -34,7 +34,7 @@ do-install:
 	${INSTALL_SCRIPT} ${WRKSRC}/getmoensted.pl \
 		${STAGEDIR}${PREFIX}/bin/getmoensted
 	${INSTALL_DATA} ${WRKSRC}/rbllookup.conf \
-		${STAGEDIR}${PREFIX}/etc/rbllookup.conf-sample
+		${STAGEDIR}${PREFIX}/etc/rbllookup.conf.sample
 
 do-install-DOCS-on:
 	@${MKDIR} ${STAGEDIR}${DOCSDIR}


More information about the svn-ports-all mailing list