svn commit: r309361 - head/audio/schism
Emanuel Haupt
ehaupt at FreeBSD.org
Fri Dec 21 15:47:48 UTC 2012
Author: ehaupt
Date: Fri Dec 21 15:47:47 2012
New Revision: 309361
URL: http://svnweb.freebsd.org/changeset/ports/309361
Log:
Remove accidentally introduced whitespace in PORTSCOUT enumeration.
Modified:
head/audio/schism/Makefile
Modified: head/audio/schism/Makefile
==============================================================================
--- head/audio/schism/Makefile Fri Dec 21 15:46:41 2012 (r309360)
+++ head/audio/schism/Makefile Fri Dec 21 15:47:47 2012 (r309361)
@@ -26,7 +26,7 @@ PLIST_FILES= bin/${PORTNAME}
WRKSRC= ${WRKDIR}/${DISTNAME}
# 20101128 and 20110101 segfaults, 20120105 builds but GUI does not come up
-PORTSCOUT= skipv:20101128, 20110101,20120105
+PORTSCOUT= skipv:20101128,20110101,20120105
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/schismtracker ${PREFIX}/bin/${PORTNAME}
More information about the svn-ports-head
mailing list