aboutsummaryrefslogtreecommitdiff
path: root/games/wordplay
diff options
context:
space:
mode:
authorRusmir Dusko <nemysis@FreeBSD.org>2014-05-02 15:44:31 +0000
committerRusmir Dusko <nemysis@FreeBSD.org>2014-05-02 15:44:31 +0000
commit57e1777e91936a84f4ca0ca0ab62fdc9da78cf30 (patch)
treee6b1a7c7ffffd837564fbbe1f9a0848492688cc0 /games/wordplay
parentb243855f9fc4ac76491afe1408b402df03c025d4 (diff)
downloadports-57e1777e91936a84f4ca0ca0ab62fdc9da78cf30.tar.gz
ports-57e1777e91936a84f4ca0ca0ab62fdc9da78cf30.zip
Notes
Diffstat (limited to 'games/wordplay')
-rw-r--r--games/wordplay/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/games/wordplay/Makefile b/games/wordplay/Makefile
index 5fee4216200f..a65db24895e7 100644
--- a/games/wordplay/Makefile
+++ b/games/wordplay/Makefile
@@ -9,18 +9,17 @@ MASTER_SITES= http://hsvmovies.com/static_subpages/personal_orig/wordplay/
DISTNAME= ${PORTNAME}${PORTVERSION:S/.//}
EXTRACT_SUFX= .tar.Z
-MAINTAINER= nemysis@FreeBSD.org
+MAINTAINER= games@FreeBSD.org
COMMENT= Simple program to generate anagrams
NO_WRKSUBDIR= yes
PORTDOCS= readme
+OPTIONS_DEFINE= DOCS
PLIST_FILES= bin/${PORTNAME} %%DATADIR%%/words721.txt
PLIST_DIRS= %%DATADIR%%
-OPTIONS_DEFINE= DOCS
-
post-patch:
@${REINPLACE_CMD} -e 's|CC=gcc|CC?=g++|' ${WRKSRC}/makefile
@${REINPLACE_CMD} -e 's|"words721.txt"|"${DATADIR}/words721.txt"| ; \