summaryrefslogtreecommitdiff
path: root/x11/xmold/Makefile
diff options
context:
space:
mode:
authorMichael Haro <mharo@FreeBSD.org>1999-08-22 23:33:47 +0000
committerMichael Haro <mharo@FreeBSD.org>1999-08-22 23:33:47 +0000
commit235481b52a44969361f4c688e6e9d10798bd35d9 (patch)
treed4069fbea1d4f696753c9b5ab1500babadc62de2 /x11/xmold/Makefile
parentmake figlist and showfigfonts executable (diff)
awk -> ${AWK}
basename -> ${BASENAME} cat -> ${CAT} cp -> ${CP} ldconfig -> ${LDCONFIG} mkdir -> ${MKDIR}
Notes
Notes: svn path=/head/; revision=20898
Diffstat (limited to 'x11/xmold/Makefile')
-rw-r--r--x11/xmold/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/xmold/Makefile b/x11/xmold/Makefile
index 163a328c47d6..4b2471222335 100644
--- a/x11/xmold/Makefile
+++ b/x11/xmold/Makefile
@@ -3,7 +3,7 @@
# Date created: 11 October 1996
# Whom: Yukihiro Nakai <Nakai@Mlab.t.u-tokyo.ac.jp>
#
-# $Id: Makefile,v 1.2 1999/01/12 16:51:24 vanilla Exp $
+# $Id: Makefile,v 1.3 1999/08/22 19:01:07 mharo Exp $
#
DISTNAME= xmold
@@ -16,7 +16,7 @@ MAINTAINER= nacai@iname.com
USE_IMAKE= yes
do-install:
- @mkdir -p ${PREFIX}/bin
+ @${MKDIR} ${PREFIX}/bin
@install -c -s ${WRKSRC}/xmold ${PREFIX}/bin
@${CHMOD} 755 ${PREFIX}/bin/xmold
@${CHOWN} bin.bin ${PREFIX}/bin/xmold