aboutsummaryrefslogtreecommitdiffstats
path: root/math/ntl
diff options
context:
space:
mode:
authoradamw <adamw@FreeBSD.org>2014-07-04 08:52:39 +0800
committeradamw <adamw@FreeBSD.org>2014-07-04 08:52:39 +0800
commit312bafbda46d2ff47fbd40a4e4e34f59deeeecc6 (patch)
tree71cbf3545f3c46063cafedf3043c72b11789854f /math/ntl
parentffba0efda3d6171430d65d75094c80b02f39bd8e (diff)
downloadfreebsd-ports-gnome-312bafbda46d2ff47fbd40a4e4e34f59deeeecc6.tar.gz
freebsd-ports-gnome-312bafbda46d2ff47fbd40a4e4e34f59deeeecc6.tar.zst
freebsd-ports-gnome-312bafbda46d2ff47fbd40a4e4e34f59deeeecc6.zip
Remove NOPORTDOCS and NOPORTEXAMPLES.
Approved by: portmgr (blanket)
Diffstat (limited to 'math/ntl')
-rw-r--r--math/ntl/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/math/ntl/Makefile b/math/ntl/Makefile
index 150f2911d664..93031c860969 100644
--- a/math/ntl/Makefile
+++ b/math/ntl/Makefile
@@ -30,16 +30,16 @@ CFLAGS+= -fPIC
WRKSRC= ${WRKDIR}/${DISTNAME}/src
MAKEFILE= makefile
+OPTIONS_DEFINE= DOCS
+
do-install:
${MKDIR} ${STAGEDIR}${PREFIX}/include/NTL
${INSTALL_DATA} ${WRKSRC}/../include/NTL/* ${STAGEDIR}${PREFIX}/include/NTL/
${INSTALL_DATA} ${WRKSRC}/ntl.a ${STAGEDIR}${PREFIX}/lib/libntl.a
post-install:
-.if !defined(NOPORTDOCS)
${MKDIR} ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/../doc/* ${STAGEDIR}${DOCSDIR}
-.endif
test: build
@(cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${MAKE} \