aboutsummaryrefslogtreecommitdiff
path: root/ftp/ftpmirror
diff options
context:
space:
mode:
authorRenato Botelho <garga@FreeBSD.org>2014-05-15 12:59:19 +0000
committerRenato Botelho <garga@FreeBSD.org>2014-05-15 12:59:19 +0000
commit6a54e6c427017227d1fc582bb63eb1a8186f1c96 (patch)
tree773e12df50883d87c440d91ed684859343ecb855 /ftp/ftpmirror
parent523a4107aeacf5d271f0c5ac2b744c8b57f2bf39 (diff)
downloadports-6a54e6c427017227d1fc582bb63eb1a8186f1c96.tar.gz
ports-6a54e6c427017227d1fc582bb63eb1a8186f1c96.zip
. Add LICENSE
. Fix .packlist
Notes
Notes: svn path=/head/; revision=354119
Diffstat (limited to 'ftp/ftpmirror')
-rw-r--r--ftp/ftpmirror/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/ftp/ftpmirror/Makefile b/ftp/ftpmirror/Makefile
index 4c5e4b4954c8..f16411f1867d 100644
--- a/ftp/ftpmirror/Makefile
+++ b/ftp/ftpmirror/Makefile
@@ -3,13 +3,15 @@
PORTNAME= ftpmirror
PORTVERSION= 1.96
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= ftp ipv6
MASTER_SITES= ftp://ftp.sai.msu.su/pub/unix/FTP/mirror/
MAINTAINER= garga@FreeBSD.org
COMMENT= An utility to mirror directory hierarchy with FTP
+LICENSE= BSD2CLAUSE
+
RUN_DEPENDS= p5-Socket6>=0:${PORTSDIR}/net/p5-Socket6
OPTIONS_DEFINE= DOCS
@@ -28,6 +30,7 @@ post-configure:
${WRKSRC}/Fan/Fan.pm
post-install:
+ -@[ -d ${STAGEDIR}${SITE_PERL}/${PERL_ARCH}/auto ] && ${FIND} ${STAGEDIR}${SITE_PERL}/${PERL_ARCH}/auto -name .packlist -exec ${SED} -i '' 's|^${STAGEDIR}||' '{}' \;
@${MKDIR} ${STAGEDIR}${DOCSDIR}
.for i in ${PORTDOCS}
${INSTALL_DATA} ${WRKSRC}/${i} ${STAGEDIR}${DOCSDIR}