diff options
author | Renato Botelho <garga@FreeBSD.org> | 2014-05-15 12:59:19 +0000 |
---|---|---|
committer | Renato Botelho <garga@FreeBSD.org> | 2014-05-15 12:59:19 +0000 |
commit | 6a54e6c427017227d1fc582bb63eb1a8186f1c96 (patch) | |
tree | 773e12df50883d87c440d91ed684859343ecb855 /ftp | |
parent | 523a4107aeacf5d271f0c5ac2b744c8b57f2bf39 (diff) |
Notes
Diffstat (limited to 'ftp')
-rw-r--r-- | ftp/ftpmirror/Makefile | 5 |
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} |