diff options
author | Sylvio Cesar Teixeira <sylvio@FreeBSD.org> | 2012-06-08 21:27:42 +0000 |
---|---|---|
committer | Sylvio Cesar Teixeira <sylvio@FreeBSD.org> | 2012-06-08 21:27:42 +0000 |
commit | 7212f0b15dd8903744efe9571ccf774c89804128 (patch) | |
tree | 056665e56a582b86efa1d1d4c3ec47bc715a9bc3 /lang/stklos/Makefile | |
parent | 54f367fc8e68c713c557ed88bdc84f1e21b94da8 (diff) | |
download | ports-7212f0b15dd8903744efe9571ccf774c89804128.tar.gz ports-7212f0b15dd8903744efe9571ccf774c89804128.zip |
Notes
Diffstat (limited to 'lang/stklos/Makefile')
-rw-r--r-- | lang/stklos/Makefile | 2 |
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 |