diff options
author | Jason Helfman <jgh@FreeBSD.org> | 2013-03-28 06:06:06 +0000 |
---|---|---|
committer | Jason Helfman <jgh@FreeBSD.org> | 2013-03-28 06:06:06 +0000 |
commit | 4eeacccdf17f26bbe04aacf5d2b1f9e92c40d258 (patch) | |
tree | 68331a48e4b77b02b6134c1769c4badfe08d2b6d /games/xmastermind | |
parent | e33cf86f74315a02f55070e0232608362fcd87b4 (diff) | |
download | ports-4eeacccdf17f26bbe04aacf5d2b1f9e92c40d258.tar.gz ports-4eeacccdf17f26bbe04aacf5d2b1f9e92c40d258.zip |
Notes
Diffstat (limited to 'games/xmastermind')
-rw-r--r-- | games/xmastermind/Makefile | 4 |
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}) |