svn commit: r344601 - head/lang/bas2tap

Rene Ladan rene at FreeBSD.org
Sun Feb 16 16:16:45 UTC 2014


Author: rene
Date: Sun Feb 16 16:16:45 2014
New Revision: 344601
URL: http://svnweb.freebsd.org/changeset/ports/344601
QAT: https://qat.redports.org/buildarchive/r344601/

Log:
  lang/bas2tap: unconditionally install documentation into STAGEDIR

Modified:
  head/lang/bas2tap/Makefile

Modified: head/lang/bas2tap/Makefile
==============================================================================
--- head/lang/bas2tap/Makefile	Sun Feb 16 16:16:41 2014	(r344600)
+++ head/lang/bas2tap/Makefile	Sun Feb 16 16:16:45 2014	(r344601)
@@ -20,18 +20,14 @@ PLIST_FILES=	bin/${PORTNAME}
 
 OPTIONS_DEFINE=	DOCS
 
-.include <bsd.port.options.mk>
-
 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 <bsd.port.mk>


More information about the svn-ports-head mailing list