diff options
author | danilo <danilo@FreeBSD.org> | 2013-11-11 10:57:46 +0800 |
---|---|---|
committer | danilo <danilo@FreeBSD.org> | 2013-11-11 10:57:46 +0800 |
commit | 543e0f6e69d62bad4c46e0d1f3f8f7ec0c312185 (patch) | |
tree | f5e6c39229bdbd605c95dccc452394e03099d24f /games/teg | |
parent | a42657ff17e9eb530c4b5fe4d4a4d1b98fc1bcf1 (diff) | |
download | freebsd-ports-gnome-543e0f6e69d62bad4c46e0d1f3f8f7ec0c312185.tar.gz freebsd-ports-gnome-543e0f6e69d62bad4c46e0d1f3f8f7ec0c312185.tar.zst freebsd-ports-gnome-543e0f6e69d62bad4c46e0d1f3f8f7ec0c312185.zip |
- Remove the indefinite article from COMMENT
- Add stage support
Diffstat (limited to 'games/teg')
-rw-r--r-- | games/teg/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/games/teg/Makefile b/games/teg/Makefile index 389555c1a469..3dbb2d6552a9 100644 --- a/games/teg/Makefile +++ b/games/teg/Makefile @@ -8,7 +8,7 @@ CATEGORIES= games gnome MASTER_SITES= SF MAINTAINER= ports@FreeBSD.org -COMMENT= A turn-based strategy game for GNOME +COMMENT= Turn-based strategy game for GNOME USES= pathfix gmake iconv pkgconfig USE_GNOME= gnomeprefix intlhack libgnomeui @@ -19,7 +19,6 @@ CONFIGURE_ARGS= --disable-ggz GCONF_SCHEMAS= teg.schemas -NO_STAGE= yes post-patch: @${GREP} -lR " LIST_NEXT" ${WRKSRC} | ${XARGS} ${REINPLACE_CMD} -e \ 's| LIST_NEXT| TEG_LIST_NEXT|g' |