diff options
author | Jean-Yves Lefort <jylefort@FreeBSD.org> | 2005-09-14 05:46:59 +0000 |
---|---|---|
committer | Jean-Yves Lefort <jylefort@FreeBSD.org> | 2005-09-14 05:46:59 +0000 |
commit | 0ec344edf376e65294d29f860cead42bc4d068e4 (patch) | |
tree | f9de1993ddaca81b373bf83a0b600158409568a4 /science/mayavi/Makefile | |
parent | - fix option WITHOUT_NLS (diff) |
- Update to 1.5 [1]
- Unconditionally install the examples
- Do not silence mkdir
[1]:
PR: ports/86100
Submitted by: TAOKA Fumiyoshi <fmysh@iijmio-mail.jp>
Diffstat (limited to 'science/mayavi/Makefile')
-rw-r--r-- | science/mayavi/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/science/mayavi/Makefile b/science/mayavi/Makefile index 83ed5b7d79ac..6bef6437839a 100644 --- a/science/mayavi/Makefile +++ b/science/mayavi/Makefile @@ -7,7 +7,7 @@ # PORTNAME= mayavi -PORTVERSION= 1.4 +PORTVERSION= 1.5 CATEGORIES= science python MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -24,9 +24,7 @@ USE_PYTHON= yes USE_PYDISTUTILS= yes post-install: -.if !defined(NOPORTDOCS) - @${MKDIR} ${EXAMPLESDIR} + ${MKDIR} ${EXAMPLESDIR} ${INSTALL_DATA} ${WRKSRC}/examples/*.* ${EXAMPLESDIR} -.endif .include <bsd.port.mk> |