From a880298cbd35d9d249a9089346ca53593f0c6eb8 Mon Sep 17 00:00:00 2001 From: rene Date: Sun, 16 Feb 2014 16:16:45 +0000 Subject: lang/bas2tap: unconditionally install documentation into STAGEDIR --- lang/bas2tap/Makefile | 4 ---- 1 file changed, 4 deletions(-) (limited to 'lang') diff --git a/lang/bas2tap/Makefile b/lang/bas2tap/Makefile index d956386e1c2b..2da027ae5837 100644 --- a/lang/bas2tap/Makefile +++ b/lang/bas2tap/Makefile @@ -20,18 +20,14 @@ PLIST_FILES= bin/${PORTNAME} OPTIONS_DEFINE= DOCS -.include - do-build: ${CC} ${WRKSRC}/${PORTNAME}.c -o ${WRKSRC}/${PORTNAME} -lm ${CFLAGS} do-install: ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin -.if ${PORT_OPTIONS:MDOCS} @${MKDIR} ${STAGEDIR}${DOCSDIR} .for file in ${PORTDOCS} ${INSTALL_DATA} ${WRKSRC}/${file} ${STAGEDIR}${DOCSDIR} .endfor -.endif .include -- cgit