diff options
author | adamw <adamw@FreeBSD.org> | 2014-07-16 07:30:05 +0800 |
---|---|---|
committer | adamw <adamw@FreeBSD.org> | 2014-07-16 07:30:05 +0800 |
commit | 664628fe1271a3052d6fd5d6f32b5de28a849018 (patch) | |
tree | e962c6543fdab0f842a6d242127e735d0347e99c /games/hohlin | |
parent | 9343eeba7783ac2ce4c8f5c88ab322647d489c19 (diff) | |
download | freebsd-ports-gnome-664628fe1271a3052d6fd5d6f32b5de28a849018.tar.gz freebsd-ports-gnome-664628fe1271a3052d6fd5d6f32b5de28a849018.tar.zst freebsd-ports-gnome-664628fe1271a3052d6fd5d6f32b5de28a849018.zip |
Add DOCS to OPTIONS for ports that have PORTDOCS in the plist.
Diffstat (limited to 'games/hohlin')
-rw-r--r-- | games/hohlin/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/hohlin/Makefile b/games/hohlin/Makefile index c3fba2eef336..cee9791b76d9 100644 --- a/games/hohlin/Makefile +++ b/games/hohlin/Makefile @@ -22,7 +22,7 @@ USE_LINUX_APPS= xorglibs ONLY_FOR_ARCHS= i386 amd64 SHORTPORTVERSION=${PORTVERSION:C/([0-9]*)\.([0-9]*)/\1\2/} -.include <bsd.port.options.mk> +OPTIONS_DEFINE= DOCS do-build: ${BRANDELF} -t Linux ${WRKSRC}/data/HoH |