aboutsummaryrefslogtreecommitdiff
path: root/biology
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1998-03-30 23:44:07 +0000
committerSatoshi Asami <asami@FreeBSD.org>1998-03-30 23:44:07 +0000
commite9ef36a1c4cce6c219c621c124882f7c6a107da8 (patch)
tree5c9d3f2c9344142c520a87212838c5de50a4aeef /biology
parent19d5cad6055d1019cae6aa41160d370f4d236cc6 (diff)
downloadports-e9ef36a1c4cce6c219c621c124882f7c6a107da8.tar.gz
ports-e9ef36a1c4cce6c219c621c124882f7c6a107da8.zip
mkdir -> ${MKDIR}. This also has the side-effect of making this
port reinstall-friendly.
Notes
Notes: svn path=/head/; revision=10380
Diffstat (limited to 'biology')
-rw-r--r--biology/seaview/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/biology/seaview/Makefile b/biology/seaview/Makefile
index b77302f04d19..87820aa4ceca 100644
--- a/biology/seaview/Makefile
+++ b/biology/seaview/Makefile
@@ -3,7 +3,7 @@
# Date created: Dec 5 1997
# Whom: frankch@waru.life.nthu.edu.tw
#
-# $Id: Makefile,v 1.1.1.1 1997/12/21 22:04:38 vanilla Exp $
+# $Id: Makefile,v 1.2 1997/12/26 11:49:39 asami Exp $
#
DISTNAME= seaview
@@ -22,7 +22,7 @@ EXTRACT_BEFORE_ARGS= -xf
do-install:
@ ${INSTALL_PROGRAM} ${WRKSRC}/${DISTNAME} ${PREFIX}/bin
- @ (mkdir ${PREFIX}/lib/X11/seaview)
+ @ (${MKDIR} ${PREFIX}/lib/X11/seaview)
@ ${INSTALL_DATA} ${WRKSRC}/seaview.help ${PREFIX}/lib/X11/seaview
post-install: