svn commit: r301072 - head/x11/xscreensaver
Doug Barton
dougb at FreeBSD.org
Wed Jul 18 08:51:14 UTC 2012
Author: dougb
Date: Wed Jul 18 08:51:13 2012
New Revision: 301072
URL: http://svn.freebsd.org/changeset/ports/301072
Log:
Do not install the new XML patch file
Modified:
head/x11/xscreensaver/Makefile
Modified: head/x11/xscreensaver/Makefile
==============================================================================
--- head/x11/xscreensaver/Makefile Wed Jul 18 08:39:49 2012 (r301071)
+++ head/x11/xscreensaver/Makefile Wed Jul 18 08:51:13 2012 (r301072)
@@ -156,7 +156,7 @@ post-patch:
.endif
post-install:
- ${INSTALL_DATA} ${FILESDIR}/*.xml ${DATADIR}/config/
+ ${INSTALL_DATA} ${FILESDIR}/x*.xml ${DATADIR}/config/
@(if test -x ${LOCALBASE}/bin/xscreensaver-hacks/webcollage-helper; then \
${ECHO} "bin/xscreensaver-hacks/webcollage-helper" | \
${CAT} - ${TMPPLIST} > ${TMPPLIST}.cat && \
More information about the svn-ports-head
mailing list