From 5ccea0eab4e8d2184fd2a06716209f6e7bae4d8a Mon Sep 17 00:00:00 2001 From: adamw Date: Wed, 6 Nov 2002 22:47:41 +0000 Subject: Use PORTCOMMENT in the Makefile, and whack the pkg-comment. Approved by: pat --- games/textmaze/Makefile | 2 ++ games/textmaze/pkg-comment | 1 - 2 files changed, 2 insertions(+), 1 deletion(-) delete mode 100644 games/textmaze/pkg-comment (limited to 'games/textmaze') diff --git a/games/textmaze/Makefile b/games/textmaze/Makefile index 73b4bafc96f5..a20d2af417ed 100644 --- a/games/textmaze/Makefile +++ b/games/textmaze/Makefile @@ -14,6 +14,8 @@ DISTNAME= ${PORTNAME}_v${PORTVERSION} MAINTAINER= ports@FreeBSD.org +PORTCOMMENT= Generates mazes on a text terminal and lets you traverse them + USE_PERL5= yes WRKSRC= ${WRKDIR}/TextMaze NO_BUILD= yes diff --git a/games/textmaze/pkg-comment b/games/textmaze/pkg-comment deleted file mode 100644 index 9e940f1542c6..000000000000 --- a/games/textmaze/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -Generates mazes on a text terminal and lets you traverse them -- cgit