diff options
author | adamw <adamw@FreeBSD.org> | 2014-07-16 04:00:43 +0800 |
---|---|---|
committer | adamw <adamw@FreeBSD.org> | 2014-07-16 04:00:43 +0800 |
commit | 3e32518b8024906e085b3a7bd35e3fdcc4ab42c4 (patch) | |
tree | 74f687548bc54abc3333e42b5ca835d514e63474 /games | |
parent | ab880c4947d2dc8dcfde970399d2d5d5821e3365 (diff) | |
download | freebsd-ports-gnome-3e32518b8024906e085b3a7bd35e3fdcc4ab42c4.tar.gz freebsd-ports-gnome-3e32518b8024906e085b3a7bd35e3fdcc4ab42c4.tar.zst freebsd-ports-gnome-3e32518b8024906e085b3a7bd35e3fdcc4ab42c4.zip |
Add missing EXAMPLES and DOCS to a couple ports that
already honour PORTDOCS and PORTEXAMPLES in the plist.
Diffstat (limited to 'games')
-rw-r--r-- | games/freesweep/Makefile | 6 |
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} |