diff options
author | Greg Lewis <glewis@FreeBSD.org> | 2014-06-29 08:19:00 +0000 |
---|---|---|
committer | Greg Lewis <glewis@FreeBSD.org> | 2014-06-29 08:19:00 +0000 |
commit | c2fc5ce98c18fdbdac0c8b6f4df8b4e55d291bc6 (patch) | |
tree | 188a5553024015d9ddac995d2170221fcd27c1b4 /games/nethack34/Makefile | |
parent | b67a2f0b3e2fbbe6dae33aa74a44c118b45be78d (diff) |
Notes
Diffstat (limited to 'games/nethack34/Makefile')
-rw-r--r-- | games/nethack34/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/nethack34/Makefile b/games/nethack34/Makefile index 4bb3e5e854a9..b6dd920b0b73 100644 --- a/games/nethack34/Makefile +++ b/games/nethack34/Makefile @@ -67,6 +67,8 @@ CFLAGS+= -DHPMON .endif .endif +OPTIONS_DEFINE= DOCS + .include <bsd.port.pre.mk> pre-everything:: @@ -79,8 +81,6 @@ pre-everything:: ${ECHO_MSG} "!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!" ; \ fi -OPTIONS_DEFINE= DOCS - .include <bsd.port.options.mk> post-patch: |