diff options
| author | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-04 22:08:14 +0000 |
|---|---|---|
| committer | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-04 22:08:14 +0000 |
| commit | d7964bc2699613e5b855a60b33978c6926fed4ac (patch) | |
| tree | e17b8e2668f61273f7d92b0e106d3da5553774ce /science/cdf | |
| parent | dd46e5cccaacbd51b3bbcf35c2de7103807d58d7 (diff) | |
Remove NOPORTDOCS and NOPORTEXAMPLES.
Notes
svn path=/head/; revision=360670
Diffstat (limited to 'science/cdf')
| -rw-r--r-- | science/cdf/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/science/cdf/Makefile b/science/cdf/Makefile index 38618629fa3f..8eecf6f26783 100644 --- a/science/cdf/Makefile +++ b/science/cdf/Makefile @@ -30,6 +30,8 @@ PKGMESSAGE= ${WRKDIR}/pkg-message DEFS= B C K PORTDOCS= CDF_copyright.txt CHANGES.txt Release.notes Welcome.txt +OPTIONS_DEFINE= DOCS EXAMPLES + .include <bsd.port.pre.mk> .if ${ARCH} == "ia64" || ${ARCH} == "powerpc" || ${ARCH} == "sparc64" @@ -45,14 +47,10 @@ pre-configure: post-install: ${MV} ${STAGEDIR}${PREFIX}/lib/libcdf.so ${STAGEDIR}${PREFIX}/lib/libcdf.so.0 ${LN} -sf libcdf.so.0 ${STAGEDIR}${PREFIX}/lib/libcdf.so -.if !defined(NOPORTDOCS) ${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR} -.endif -.if !defined(NOPORTEXAMPLES) ${MKDIR} ${STAGEDIR}${EXAMPLESDIR} ${INSTALL_DATA} ${WRKSRC}/samples/* ${STAGEDIR}${EXAMPLESDIR} -.endif regression-test: (cd ${BUILD_WRKSRC} ; \ |
