diff options
author | mat <mat@FreeBSD.org> | 2015-12-01 01:39:16 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2015-12-01 01:39:16 +0800 |
commit | 98a701bf50a239cc8f8445fbd942b3601be3db17 (patch) | |
tree | 2a0462be7f1ecff75ca3f6ffaffeaa25124fdd59 /dns | |
parent | 8194ec13c0c0a17aaf0850aa190e80ec68f1f894 (diff) | |
download | freebsd-ports-gnome-98a701bf50a239cc8f8445fbd942b3601be3db17.tar.gz freebsd-ports-gnome-98a701bf50a239cc8f8445fbd942b3601be3db17.tar.zst freebsd-ports-gnome-98a701bf50a239cc8f8445fbd942b3601be3db17.zip |
Use @sample.
Sponsored by: Absolight
Diffstat (limited to 'dns')
-rw-r--r-- | dns/rbllookup-ng/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dns/rbllookup-ng/Makefile b/dns/rbllookup-ng/Makefile index c2ad4a82c574..193463a4b382 100644 --- a/dns/rbllookup-ng/Makefile +++ b/dns/rbllookup-ng/Makefile @@ -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}/dns/p5-Net-DNS \ 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} |