diff options
author | garga <garga@FreeBSD.org> | 2014-05-15 20:59:19 +0800 |
---|---|---|
committer | garga <garga@FreeBSD.org> | 2014-05-15 20:59:19 +0800 |
commit | ccd222dfdf3c70b158b1cf85c65cdd4e35dfd15c (patch) | |
tree | 773e12df50883d87c440d91ed684859343ecb855 /ftp/ftpmirror | |
parent | 548f5eefbec6f32bf9f9d73f36ac761a11e0acd2 (diff) | |
download | freebsd-ports-gnome-ccd222dfdf3c70b158b1cf85c65cdd4e35dfd15c.tar.gz freebsd-ports-gnome-ccd222dfdf3c70b158b1cf85c65cdd4e35dfd15c.tar.zst freebsd-ports-gnome-ccd222dfdf3c70b158b1cf85c65cdd4e35dfd15c.zip |
. Add LICENSE
. Fix .packlist
Diffstat (limited to 'ftp/ftpmirror')
-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} |