svn commit: r346194 - head/sysutils/webmin
Jimmy Olgeni
olgeni at FreeBSD.org
Wed Feb 26 11:44:59 UTC 2014
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
More information about the svn-ports-all
mailing list