aboutsummaryrefslogtreecommitdiff
path: root/games/freesweep
diff options
context:
space:
mode:
authorAdam Weinberger <adamw@FreeBSD.org>2014-07-15 20:00:43 +0000
committerAdam Weinberger <adamw@FreeBSD.org>2014-07-15 20:00:43 +0000
commit88a055c8b12522c7c536630c116f32d790b1ce83 (patch)
tree74f687548bc54abc3333e42b5ca835d514e63474 /games/freesweep
parente237c4c757123d65776fd584631af51052494b41 (diff)
downloadports-88a055c8b12522c7c536630c116f32d790b1ce83.tar.gz
ports-88a055c8b12522c7c536630c116f32d790b1ce83.zip
Notes
Diffstat (limited to 'games/freesweep')
-rw-r--r--games/freesweep/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/games/freesweep/Makefile b/games/freesweep/Makefile
index 1c44bc2b723a..92f519fbe1c1 100644
--- a/games/freesweep/Makefile
+++ b/games/freesweep/Makefile
@@ -12,7 +12,7 @@ COMMENT= Minesweeper-style game for text-mode terminals
LICENSE= GPLv2 GPLv3
LICENSE_COMB= dual
-USES= gmake
+USES= gmake
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-prefsdir=${DATADIR} \
--with-scoresdir=${DATADIR} \
@@ -21,9 +21,11 @@ ALL_TARGET= ${PORTNAME}
PORTDOCS= CHANGES README
PLIST_FILES= bin/${PORTNAME} man/man6/${PORTNAME}.6.gz \
- %%DATADIR%%/sweeprc %%DATADIR%%/sweeptimes
+ %%DATADIR%%/sweeprc %%DATADIR%%/sweeptimes
PLIST_DIRS= %%DATADIR%%
+OPTIONS_DEFINE= DOCS
+
post-install:
@${MKDIR} ${STAGEDIR}${DOCSDIR}
.for file in ${PORTDOCS}