From c4ec8ebac019e9cf70a278556be7ba568471a4b3 Mon Sep 17 00:00:00 2001 From: Kris Kennaway Date: Thu, 7 Nov 2002 01:02:18 +0000 Subject: [PATCH] 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. --- games/tome/Makefile | 2 -- games/tome/pkg-comment | 1 + 2 files changed, 1 insertion(+), 2 deletions(-) create mode 100644 games/tome/pkg-comment 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