diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2008-05-30 17:09:01 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2008-05-30 17:09:01 +0000 |
commit | 79efb30db9018f7dc0190848f0c3abf1060b4336 (patch) | |
tree | 9fd78abdee564742abce31a5d46f1e89b4cbc0c1 /devel/oniguruma/Makefile | |
parent | 0dcb5d271b6eab41164fb2d962fcc540f42871dc (diff) |
Notes
Diffstat (limited to 'devel/oniguruma/Makefile')
-rw-r--r-- | devel/oniguruma/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/devel/oniguruma/Makefile b/devel/oniguruma/Makefile index 82104f1a2dfc..effc12284a88 100644 --- a/devel/oniguruma/Makefile +++ b/devel/oniguruma/Makefile @@ -37,12 +37,14 @@ post-configure: post-install: ${INSTALL_SCRIPT} ${WRKSRC}/onig-config ${PREFIX}/bin/ .if !defined(NOPORTDOCS) - ${MKDIR} ${EXAMPLESDIR} - ${INSTALL_DATA} ${WRKSRC}/sample/* ${EXAMPLESDIR}/ ${MKDIR} ${DOCSDIR} .for f in ${DOCS} ${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR}/ .endfor .endif +.if !defined(NOPORTEXAMPLES) + ${MKDIR} ${EXAMPLESDIR} + ${INSTALL_DATA} ${WRKSRC}/sample/* ${EXAMPLESDIR}/ +.endif .include <bsd.port.mk> |