diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2015-09-14 12:19:48 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2015-09-14 12:19:48 +0000 |
commit | afae652a2a20e0b0caa335e766dff03094773e1f (patch) | |
tree | b5c267ca5490c7e06b5fe235a5d442d93eac880d /dns/axfr2acl | |
parent | 5a735b9d085e581f8b876095c25db79a9bc533dd (diff) |
Notes
Diffstat (limited to 'dns/axfr2acl')
-rw-r--r-- | dns/axfr2acl/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dns/axfr2acl/Makefile b/dns/axfr2acl/Makefile index b53882dde668..c4704599cda6 100644 --- a/dns/axfr2acl/Makefile +++ b/dns/axfr2acl/Makefile @@ -17,6 +17,6 @@ RUN_DEPENDS= p5-Net-DNS>0:${PORTSDIR}/dns/p5-Net-DNS USES= perl5 USE_PERL5= configure -PLIST_FILES= bin/axfr2acl man/man1/axfr2acl.1.gz +PLIST_FILES= bin/axfr2acl ${SITE_MAN1}/axfr2acl.1.gz .include <bsd.port.mk> |