diff options
author | Greg Lewis <glewis@FreeBSD.org> | 2014-06-29 08:19:25 +0000 |
---|---|---|
committer | Greg Lewis <glewis@FreeBSD.org> | 2014-06-29 08:19:25 +0000 |
commit | 272681411b8a3776896ba303c85e9e75b70c7af7 (patch) | |
tree | eeda06ab6ab39fc4babbe73911fd7a79b6aedcab | |
parent | c2fc5ce98c18fdbdac0c8b6f4df8b4e55d291bc6 (diff) | |
download | ports-272681411b8a3776896ba303c85e9e75b70c7af7.tar.gz ports-272681411b8a3776896ba303c85e9e75b70c7af7.zip |
Notes
-rw-r--r-- | games/nethack33/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/nethack33/Makefile b/games/nethack33/Makefile index 75f7786822a7..ba7a89132755 100644 --- a/games/nethack33/Makefile +++ b/games/nethack33/Makefile @@ -40,10 +40,10 @@ GRAPHICS= # none .endif .endif -.include <bsd.port.pre.mk> - OPTIONS_DEFINE= DOCS +.include <bsd.port.pre.mk> + .include <bsd.port.options.mk> .if !exists(${PREFIX}/bin/${HACKLINK}) && ${HACKNAME} != ${HACKLINK} |