diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2003-07-30 22:04:39 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2003-07-30 22:04:39 +0000 |
commit | d545f02da4bdd27ae6ad71accf7869219a540c30 (patch) | |
tree | bc950c4227d4173494a4758940655af81c6219d8 /games | |
parent | 9e9b802725bad272e4991a7e76d811d5f06b1c88 (diff) | |
download | ports-d545f02da4bdd27ae6ad71accf7869219a540c30.tar.gz ports-d545f02da4bdd27ae6ad71accf7869219a540c30.zip |
Notes
Diffstat (limited to 'games')
-rw-r--r-- | games/robocode/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/games/robocode/Makefile b/games/robocode/Makefile index d1955249a83e..9be4b1769697 100644 --- a/games/robocode/Makefile +++ b/games/robocode/Makefile @@ -29,10 +29,6 @@ NO_BUILD= yes INSTFILES= battles javadoc license.html robocode.ico \ robocode.jar robots templates versions.txt -.if defined(BATCH) || defined(PACKAGE_BUILDING) -IGNORE= "You can not legally redistribute package" -.endif - post-extract: @cd ${WRKSRC} && ${JAVAJAR} xf ${WRKSRC}/extract.jar |