Date: Wed, 26 Feb 2014 11:44:58 +0000 (UTC) From: Jimmy Olgeni <olgeni@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r346194 - head/sysutils/webmin Message-ID: <201402261144.s1QBiwT8079689@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: olgeni Date: Wed Feb 26 11:44:58 2014 New Revision: 346194 URL: http://svnweb.freebsd.org/changeset/ports/346194 QAT: https://qat.redports.org/buildarchive/r346194/ Log: Do not install stray files from .xvpics directories. Modified: head/sysutils/webmin/Makefile Modified: head/sysutils/webmin/Makefile ============================================================================== --- head/sysutils/webmin/Makefile Wed Feb 26 11:44:49 2014 (r346193) +++ head/sysutils/webmin/Makefile Wed Feb 26 11:44:58 2014 (r346194) @@ -3,6 +3,7 @@ PORTNAME= webmin PORTVERSION= 1.670 +PORTREVISION= 1 CATEGORIES= sysutils MASTER_SITES= http://download.webmin.com/updates/:up \ SF/webadmin/${PORTNAME}/${PORTVERSION}:sf \ @@ -34,6 +35,7 @@ post-extract: ${TAR} --unlink -xzf ${DISTDIR}/$${webmin_module} -C ${WRKSRC}; \ done; \ fi + @${FIND} ${WRKSRC} -name .xvpics | ${XARGS} ${RM} -r post-patch: @${REINPLACE_CMD} -e "s@%%PREFIX%%@${PREFIX}@g" ${WRKSRC}/setup.sh
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201402261144.s1QBiwT8079689>