summaryrefslogtreecommitdiff
path: root/math/femlab/Makefile
diff options
context:
space:
mode:
authorPatrick Li <pat@FreeBSD.org>2001-12-24 02:17:17 +0000
committerPatrick Li <pat@FreeBSD.org>2001-12-24 02:17:17 +0000
commitb666502afda11878e1adfaefeff785ee6171024b (patch)
tree9aa30fd7bf24b32e216a3b9ae394f1a2abdb5bf3 /math/femlab/Makefile
parent- update to 2.9.8p1 (diff)
- PORTDOCS police
- DOCSDIR support to some - Brush out some lint
Notes
Notes: svn path=/head/; revision=52072
Diffstat (limited to 'math/femlab/Makefile')
-rw-r--r--math/femlab/Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/math/femlab/Makefile b/math/femlab/Makefile
index e597bc9f5af9..65cd34167c5c 100644
--- a/math/femlab/Makefile
+++ b/math/femlab/Makefile
@@ -32,11 +32,11 @@ do-install:
post-install:
.if !defined(NOPORTDOCS)
- ${MKDIR} ${PREFIX}/share/examples/femlab
- ${INSTALL_MAN} ${WRKSRC}/examples/*.fem ${PREFIX}/share/examples/femlab
- ${MKDIR} ${PREFIX}/share/doc/femlab
- ${INSTALL_MAN} ${WRKSRC}/docs/manual.dvi ${PREFIX}/share/doc/femlab
- ${INSTALL_MAN} ${WRKSRC}/docs/manual.ps ${PREFIX}/share/doc/femlab
+ @${MKDIR} ${PREFIX}/share/examples/femlab
+ @${INSTALL_DATA} ${WRKSRC}/examples/*.fem ${PREFIX}/share/examples/femlab
+ @${MKDIR} ${DOCSDIR}
+ @${INSTALL_DATA} ${WRKSRC}/docs/manual.dvi ${DOCSDIR}
+ @${INSTALL_DATA} ${WRKSRC}/docs/manual.ps ${DOCSDIR}
.endif
.include <bsd.port.mk>