diff options
author | kris <kris@FreeBSD.org> | 2002-11-07 09:02:18 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2002-11-07 09:02:18 +0800 |
commit | 0db2e296cb582fddb70e3e5f394a59f6f4162883 (patch) | |
tree | da81e22eb5126a1e6f54b735de6cb95d8e5fd998 /games | |
parent | 6cd5fc86d9dea372738acf6d235dc3e796b16037 (diff) | |
download | freebsd-ports-gnome-0db2e296cb582fddb70e3e5f394a59f6f4162883.tar.gz freebsd-ports-gnome-0db2e296cb582fddb70e3e5f394a59f6f4162883.tar.zst freebsd-ports-gnome-0db2e296cb582fddb70e3e5f394a59f6f4162883.zip |
Back out PORTCOMMENT in favour of a (slightly shorter, to satisfy
portlint) pkg-comment. bsd.port.mk currently has problems with PORTCOMMENT
strings containing metacharacters.
Diffstat (limited to 'games')
-rw-r--r-- | games/tome/Makefile | 2 | ||||
-rw-r--r-- | games/tome/pkg-comment | 1 |
2 files changed, 1 insertions, 2 deletions
diff --git a/games/tome/Makefile b/games/tome/Makefile index b60ec8b3f6f0..38f53252791b 100644 --- a/games/tome/Makefile +++ b/games/tome/Makefile @@ -14,8 +14,6 @@ EXTRACT_SUFX= .tgz MAINTAINER= kris@FreeBSD.org -PORTCOMMENT= ToME is a roguelike dungeon exploration game based on JRR Tolkien\'s works - ALL_TARGET= # empty MAKEFILE= makefile.org USE_GMAKE= yes diff --git a/games/tome/pkg-comment b/games/tome/pkg-comment new file mode 100644 index 000000000000..7651a3f729ec --- /dev/null +++ b/games/tome/pkg-comment @@ -0,0 +1 @@ +Roguelike dungeon exploration game based on JRR Tolkien's works |