From b77082a4833fd36b7099bc483442706ae9b5be74 Mon Sep 17 00:00:00 2001 From: jgh Date: Thu, 28 Mar 2013 06:06:06 +0000 Subject: - convert doc KNOB to optionsNG --- games/xmastermind/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'games') 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 + 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}) -- cgit