diff options
-rw-r--r-- | games/species/Makefile | 4 | ||||
-rw-r--r-- | games/species/pkg-plist | 4 |
2 files changed, 2 insertions, 6 deletions
diff --git a/games/species/Makefile b/games/species/Makefile index 3d575fad19c7..f6ec7c345695 100644 --- a/games/species/Makefile +++ b/games/species/Makefile @@ -11,13 +11,13 @@ DISTNAME= redcoder MAINTAINER= ports@FreeBSD.org COMMENT= Corewars evolver - generates warriors using genetic algorithms -LICENSE= GPLv1 # (or later) +LICENSE= GPLv1 # (or later) # COPYING files mention LGPL21 and GPLv2 instead USES= gmake dos2unix tar:bzip2 WRKSRC= ${WRKDIR}/${PORTNAME} OPTIONS_DEFINE= VISITOOL -VISITOOL_DESC= Buil GUI tool for displaying evolution +VISITOOL_DESC= Build GUI tool for displaying evolution OPTIONS_SUB= yes diff --git a/games/species/pkg-plist b/games/species/pkg-plist index 14740d399613..82b58a29e430 100644 --- a/games/species/pkg-plist +++ b/games/species/pkg-plist @@ -114,7 +114,3 @@ bin/species %%DATADIR%%/wilfiz/vanquisher2.red %%DATADIR%%/wilfiz/willow.rc %%DATADIR%%/wilfiz/willow.red -@dirrm %%DATADIR%%/wilfiz -@dirrm %%DATADIR%%/evolver_hill -@dirrm %%DATADIR%%/bench -@dirrm %%DATADIR%% |