aboutsummaryrefslogtreecommitdiffstats
path: root/lang/stklos
diff options
context:
space:
mode:
authorsylvio <sylvio@FreeBSD.org>2012-06-09 05:27:42 +0800
committersylvio <sylvio@FreeBSD.org>2012-06-09 05:27:42 +0800
commit746e15691c86cf44e6554a1f51073bbbe0871fdb (patch)
tree3fa5699f583b0ff78550fc77799293203d061ddf /lang/stklos
parent589f946512e9bab4eac6bd756b38dbd7401437f1 (diff)
downloadfreebsd-ports-gnome-746e15691c86cf44e6554a1f51073bbbe0871fdb.tar.gz
freebsd-ports-gnome-746e15691c86cf44e6554a1f51073bbbe0871fdb.tar.zst
freebsd-ports-gnome-746e15691c86cf44e6554a1f51073bbbe0871fdb.zip
- Switch NOPORTDOCS and NOPORTEXAMPLES to their OptionsNG
equivalents for devel/premake4, lang/ikarus, lang/stklos and lang/ypsilon. - Add mutual conflicts to lang/ikarus and lang/petite-chez as they both install bin/scheme-script (reported by Sulev-Madis Silber with his ports conflicts checker). - Only define NO_PACKAGE for lang/ikarus when PACKAGE_BUILDING is set (i.e. on the pointyhat cluster). - Add regression-test target to lang/ypsilon. PR: ports/168715 Submitted by: Vitaly Magerya <vmagerya@gmail.com> (maintainer)
Diffstat (limited to 'lang/stklos')
-rw-r--r--lang/stklos/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/stklos/Makefile b/lang/stklos/Makefile
index 6fad7df5f24f..a1797f37104b 100644
--- a/lang/stklos/Makefile
+++ b/lang/stklos/Makefile
@@ -52,7 +52,7 @@ post-patch:
${WRKSRC}/doc/Makefile.in ${WRKSRC}/doc/Makefile.am \
${WRKSRC}/lib/Makefile.in ${WRKSRC}/lib/Makefile.am
-.if defined(NOPORTDOCS)
+.if !${PORT_OPTIONS:MDOCS}
@${REINPLACE_CMD} -E -e 's/^(install-data-am:).*/\1 install-man install-schemeDATA/' \
-e '/install-docpdfDATA install-man install-schemeDATA/d' \
${WRKSRC}/doc/Makefile.in