aboutsummaryrefslogtreecommitdiff
path: root/games/lexter/Makefile
diff options
context:
space:
mode:
authorPawel Pekala <pawel@FreeBSD.org>2014-04-14 17:14:34 +0000
committerPawel Pekala <pawel@FreeBSD.org>2014-04-14 17:14:34 +0000
commitd69192f5f313a975afe269f2c3059e47fcc23429 (patch)
tree045c634d2aed26662f701aac5ae4859187b63e57 /games/lexter/Makefile
parentdbc79a61109a6e31ece7fa3a271743d6e0b46b0d (diff)
downloadports-d69192f5f313a975afe269f2c3059e47fcc23429.tar.gz
ports-d69192f5f313a975afe269f2c3059e47fcc23429.zip
Notes
Diffstat (limited to 'games/lexter/Makefile')
-rw-r--r--games/lexter/Makefile10
1 files changed, 1 insertions, 9 deletions
diff --git a/games/lexter/Makefile b/games/lexter/Makefile
index 01aa278fd087..6db62eca4f07 100644
--- a/games/lexter/Makefile
+++ b/games/lexter/Makefile
@@ -9,7 +9,7 @@ MASTER_SITES= ${MASTER_SITE_SUNSITE}
MASTER_SITE_SUBDIR= games/arcade
MAINTAINER= ports@FreeBSD.org
-COMMENT= A real-time word puzzle for text terminals
+COMMENT= Real-time word puzzle for text terminals
GNU_CONFIGURE= yes
CPPFLAGS+= -I${LOCALBASE}/include
@@ -17,12 +17,4 @@ LDFLAGS+= -L${LOCALBASE}/lib
CONFIGURE_ARGS+= --localstatedir=/var/games
USES= gettext
-MAN6= lexter.6
-
-NO_STAGE= yes
-post-install:
- @${CHOWN} root:games ${PREFIX}/bin/lexter
- @${CHMOD} g+s ${PREFIX}/bin/lexter
- @${SH} pkg-install ${PKGNAME} POST-INSTALL
-
.include <bsd.port.mk>