aboutsummaryrefslogtreecommitdiff
path: root/games/unnethack/Makefile
diff options
context:
space:
mode:
authorAdam Weinberger <adamw@FreeBSD.org>2014-07-03 23:27:49 +0000
committerAdam Weinberger <adamw@FreeBSD.org>2014-07-03 23:27:49 +0000
commit0d763781ed7e3dd126be0004e12abe5198336d91 (patch)
treee7d95d834917f67398c73adb4e273ae1fb7c5187 /games/unnethack/Makefile
parente881a1cd749081172267ebf8af3197378b247ccf (diff)
downloadports-0d763781ed7e3dd126be0004e12abe5198336d91.tar.gz
ports-0d763781ed7e3dd126be0004e12abe5198336d91.zip
Remove NOPORTDOCS.
Notes
Notes: svn path=/head/; revision=360485
Diffstat (limited to 'games/unnethack/Makefile')
-rw-r--r--games/unnethack/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/games/unnethack/Makefile b/games/unnethack/Makefile
index 298831ed271a..52f8931708f2 100644
--- a/games/unnethack/Makefile
+++ b/games/unnethack/Makefile
@@ -28,6 +28,8 @@ SUB_FILES= pkg-deinstall
SUB_LIST= VARDIR="${VARDIR}"
PLIST_SUB= VARDIR="${VARDIR_REL}"
+OPTIONS_DEFINE= DOCS
+
post-patch:
${MV} ${WRKSRC}/doc/nethack.6 ${WRKSRC}/doc/${PORTNAME}.6
@@ -40,9 +42,7 @@ post-install:
*) ${MV} $$fn unnethack_$$fn ;; \
esac; \
done
-.if !defined(NOPORTDOCS)
${INSTALL_DATA} ${FILESDIR}/sample.unnethackrc ${STAGEDIR}${DOCSDIR}
-.endif
@${CAT} ${PKGMESSAGE}
.include <bsd.port.mk>