Remove accidentally introduced whitespace in PORTSCOUT enumeration.
This commit is contained in:
parent
54e6983ec0
commit
569828df53
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=309361
1 changed files with 1 additions and 1 deletions
|
@ -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}
|
||||
|
|
Loading…
Reference in a new issue