diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-16 07:30:05 +0800 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-16 07:30:05 +0800 |
commit | bdeb8561511e9869fe7b4735106e13b68b529eb8 (patch) | |
tree | e962c6543fdab0f842a6d242127e735d0347e99c /games/fotaq | |
parent | 44eaadcb751194bcef34890a161d4bf9a873a2a4 (diff) | |
download | freebsd-ports-gnome-bdeb8561511e9869fe7b4735106e13b68b529eb8.tar.gz freebsd-ports-gnome-bdeb8561511e9869fe7b4735106e13b68b529eb8.tar.zst freebsd-ports-gnome-bdeb8561511e9869fe7b4735106e13b68b529eb8.zip |
Add DOCS to OPTIONS for ports that have PORTDOCS in the plist.
Diffstat (limited to 'games/fotaq')
-rw-r--r-- | games/fotaq/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/games/fotaq/Makefile b/games/fotaq/Makefile index 2d534c16bbff..0c7e638f3c9f 100644 --- a/games/fotaq/Makefile +++ b/games/fotaq/Makefile @@ -20,6 +20,8 @@ SUB_FILES= pkg-message PKGMESSAGE= ${WRKDIR}/pkg-message +OPTIONS_DEFINE= DOCS + do-install: @${MKDIR} ${STAGEDIR}${DATADIR} @${INSTALL_DATA} ${WRKSRC}/queen.1c ${STAGEDIR}${DATADIR} |