diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2003-02-20 17:32:26 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2003-02-20 17:32:26 +0000 |
commit | 2ab2d59488a65a14b01af86a413a81bd08d3d6f9 (patch) | |
tree | ec78fa7b2d24e7af26bb204fe8605d545aa48beb /games/yahtzee | |
parent | 1707b424cb5fb67d17318c9d90affaf0c362531d (diff) |
Notes
Diffstat (limited to 'games/yahtzee')
-rw-r--r-- | games/yahtzee/Makefile | 1 | ||||
-rw-r--r-- | games/yahtzee/pkg-comment | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/games/yahtzee/Makefile b/games/yahtzee/Makefile index eea4a9cba85b..aa661bb03235 100644 --- a/games/yahtzee/Makefile +++ b/games/yahtzee/Makefile @@ -15,6 +15,7 @@ DISTNAME= ${PORTNAME}-src EXTRACT_SUFX= .tar.Z MAINTAINER= ports@FreeBSD.org +COMMENT= A curses version of the dice game for one or more players WRKSRC= ${WRKDIR}/${PORTNAME} diff --git a/games/yahtzee/pkg-comment b/games/yahtzee/pkg-comment deleted file mode 100644 index b39e3f6364d8..000000000000 --- a/games/yahtzee/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -A curses version of the dice game for one or more players |