mirror of
https://git.freebsd.org/ports.git
synced 2025-05-31 18:36:28 -04:00
games/cataclysm-dda: Re-fix PORTSCOUT
- Limit release versions to 0.[A-Z]
This commit is contained in:
parent
e234645438
commit
d957c81044
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@ CMAKE_ARGS+= -DCURSES_INCLUDE_PATH:STRING="${NCURSESINC}"
|
|||
|
||||
.endif
|
||||
|
||||
PORTSCOUT= limit:^0\.
|
||||
PORTSCOUT= limit:^0\.[A-Z]
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e 's|%%DISTVERSION%%|${DISTVERSION}|' ${WRKSRC}/src/version.cmake
|
||||
|
|
Loading…
Add table
Reference in a new issue