diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2002-11-07 03:10:58 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2002-11-07 03:10:58 +0000 |
commit | c62fe39354fdb8614fe8ea9277c9fcb208653f30 (patch) | |
tree | b32409a9ec171a85e0016501d1db9153c45fe091 /games/xnibbles/Makefile | |
parent | Zero PORTREVISION after the PORTVERSION is bumped. (diff) |
Fix PORTCOMMENTs that were killing INDEX builds.
105 pointy hats to: me
Approved by: pat
Notes
Notes:
svn path=/head/; revision=69625
Diffstat (limited to 'games/xnibbles/Makefile')
-rw-r--r-- | games/xnibbles/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/xnibbles/Makefile b/games/xnibbles/Makefile index dbafdb6400f2..77657a7f2687 100644 --- a/games/xnibbles/Makefile +++ b/games/xnibbles/Makefile @@ -13,7 +13,7 @@ DISTNAME= ${PORTNAME}-${PORTVERSION:S/.b/BETA/} MAINTAINER= ports@FreeBSD.org -PORTCOMMENT= A simple X11 snake game, like one seen in MS-DOS\'s qbasic +PORTCOMMENT= A simple X11 snake game, like one seen in MS-DOS qbasic WRKSRC= ${WRKDIR}/${PORTNAME} |