aboutsummaryrefslogtreecommitdiff
path: root/games/xmastermind
diff options
context:
space:
mode:
authorJason Helfman <jgh@FreeBSD.org>2013-03-28 06:06:06 +0000
committerJason Helfman <jgh@FreeBSD.org>2013-03-28 06:06:06 +0000
commit4eeacccdf17f26bbe04aacf5d2b1f9e92c40d258 (patch)
tree68331a48e4b77b02b6134c1769c4badfe08d2b6d /games/xmastermind
parente33cf86f74315a02f55070e0232608362fcd87b4 (diff)
downloadports-4eeacccdf17f26bbe04aacf5d2b1f9e92c40d258.tar.gz
ports-4eeacccdf17f26bbe04aacf5d2b1f9e92c40d258.zip
- convert doc KNOB to optionsNG
Notes
Notes: svn path=/head/; revision=315439
Diffstat (limited to 'games/xmastermind')
-rw-r--r--games/xmastermind/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/games/xmastermind/Makefile b/games/xmastermind/Makefile
index 232b6cf08f26..de2786406d5c 100644
--- a/games/xmastermind/Makefile
+++ b/games/xmastermind/Makefile
@@ -32,9 +32,11 @@ post-patch:
@${REINPLACE_CMD} -e \
's|malloc.h|stdlib.h|' ${WRKSRC}/list.h
+.include <bsd.port.options.mk>
+
do-install:
(cd ${WRKSRC} && ${INSTALL_PROGRAM} ${PORTNAME} ${PREFIX}/bin)
-.if !defined(NOPORTDOCS)
+.if ${PORT_OPTIONS:MDOCS}
@${MKDIR} ${DOCSDIR}
.for i in ${PORTDOCS}
(cd ${WRKSRC} && ${INSTALL_DATA} ${i} ${DOCSDIR})