diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2016-07-06 02:52:17 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2016-07-06 02:52:17 +0800 |
commit | 767294b54c6b4ee9517c3f189dc510243374d4cf (patch) | |
tree | 4b387ba01cc60ab2e1ed6af5135c3de9e2b06db5 /games/robocode-naval | |
parent | 117cba92b3c0bf1ddad410aec5e57ff36a960131 (diff) | |
download | freebsd-ports-gnome-767294b54c6b4ee9517c3f189dc510243374d4cf.tar.gz freebsd-ports-gnome-767294b54c6b4ee9517c3f189dc510243374d4cf.tar.zst freebsd-ports-gnome-767294b54c6b4ee9517c3f189dc510243374d4cf.zip |
- Fix PORTSCOUT
To clarify previous commit, PORTSCOUT is needed here because
robocode-naval is sharing the download page with robocode, and the
version limit will ignore robocode versions with 4 digits and will
only pick up 3 digit robocode-naval versions.
PR: 210699
Submitted by: dbaio@bsd.com.br (maintainer)
Diffstat (limited to 'games/robocode-naval')
-rw-r--r-- | games/robocode-naval/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/robocode-naval/Makefile b/games/robocode-naval/Makefile index c54913cc14f4..ffd2eb6f364f 100644 --- a/games/robocode-naval/Makefile +++ b/games/robocode-naval/Makefile @@ -14,7 +14,7 @@ COMMENT= Game for learning Java[tm] programming language LICENSE= EPL -PORTSCOUT= limit:^\d+\.\d+\.\d+$ +PORTSCOUT= limit:^\d+\.\d+\.\d+$$ USES= dos2unix zip DOS2UNIX_GLOB= *.css *.team *.properties package-list MANIFEST.MF |