summaryrefslogtreecommitdiff
path: root/math/freefem
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1998-04-01 02:23:51 +0000
committerSatoshi Asami <asami@FreeBSD.org>1998-04-01 02:23:51 +0000
commit3716aa14ec3cbebf5fbeebaff6aaefbb987073b8 (patch)
tree1c53ddf36227c272d5d7ad279bd6da7bba7459d0 /math/freefem
parentcc -c -I/usr/include/rpc -I. -I../../hdf/src/ -I../../mfhdf/libsrc -I../../m... (diff)
Make this port reinstall-friendly. Also, don't create a directory
(share/examples) that's already created by mtree.
Notes
Notes: svn path=/head/; revision=10388
Diffstat (limited to 'math/freefem')
-rw-r--r--math/freefem/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/math/freefem/Makefile b/math/freefem/Makefile
index fc1bb506b897..f1c621943549 100644
--- a/math/freefem/Makefile
+++ b/math/freefem/Makefile
@@ -3,7 +3,7 @@
# Date created: 20 December 1996
# Whom: Pedro Giffuni
#
-# $Id: Makefile,v 1.3 1997/07/08 08:29:13 tg Exp $
+# $Id: Makefile,v 1.4 1998/02/20 18:39:52 steve Exp $
#
DISTNAME= freefem-3.4
@@ -19,11 +19,11 @@ CONFIGURE_ARGS= --with-adapt --with-optimization
post-install:
.if !defined(NOPORTDOCS)
${MKDIR} ${PREFIX}/share/doc/freefem
- ${MKDIR} ${PREFIX}/share/examples
${CP} ${WRKSRC}/doc/freefem.dvi ${PREFIX}/share/doc/freefem
${CP} ${WRKSRC}/doc/freefem.ps ${PREFIX}/share/doc/freefem
${CP} ${WRKSRC}/doc/freefem.txt ${PREFIX}/share/doc/freefem
${GZIP_CMD} ${PREFIX}/share/doc/freefem/freefem.txt
+ ${RM} -rf ${PREFIX}/share/examples/freefem
${MV} ${PREFIX}/share/freefem ${PREFIX}/share/examples
.endif