svn commit: r354119 - head/ftp/ftpmirror

Renato Botelho garga at FreeBSD.org
Thu May 15 12:59:19 UTC 2014


Author: garga
Date: Thu May 15 12:59:19 2014
New Revision: 354119
URL: http://svnweb.freebsd.org/changeset/ports/354119
QAT: https://qat.redports.org/buildarchive/r354119/

Log:
  . Add LICENSE
  . Fix .packlist

Modified:
  head/ftp/ftpmirror/Makefile

Modified: head/ftp/ftpmirror/Makefile
==============================================================================
--- head/ftp/ftpmirror/Makefile	Thu May 15 12:55:27 2014	(r354118)
+++ head/ftp/ftpmirror/Makefile	Thu May 15 12:59:19 2014	(r354119)
@@ -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 at 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}


More information about the svn-ports-all mailing list