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/xjump | |
parent | 1707b424cb5fb67d17318c9d90affaf0c362531d (diff) | |
download | ports-2ab2d59488a65a14b01af86a413a81bd08d3d6f9.tar.gz ports-2ab2d59488a65a14b01af86a413a81bd08d3d6f9.zip |
Notes
Diffstat (limited to 'games/xjump')
-rw-r--r-- | games/xjump/Makefile | 1 | ||||
-rw-r--r-- | games/xjump/pkg-comment | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/games/xjump/Makefile b/games/xjump/Makefile index d108e4151fad..d03149679962 100644 --- a/games/xjump/Makefile +++ b/games/xjump/Makefile @@ -13,6 +13,7 @@ MASTER_SITE_SUBDIR= pool/main/x/xjump DISTNAME= ${PORTNAME}_${PORTVERSION}.orig MAINTAINER= ports@FreeBSD.org +COMMENT= A simple X game where one tries to jump up as many levels as possible WRKSRC= ${WRKDIR}/${DISTNAME:S/_/-/g} diff --git a/games/xjump/pkg-comment b/games/xjump/pkg-comment deleted file mode 100644 index 59f56d03bf68..000000000000 --- a/games/xjump/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -A simple X game where one tries to jump up as many levels as possible |