summaryrefslogtreecommitdiff
path: root/math/fudgit/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 /math/fudgit/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 'math/fudgit/Makefile')
-rw-r--r--math/fudgit/Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/math/fudgit/Makefile b/math/fudgit/Makefile
index 8977be496f7a..f84df3e43fb2 100644
--- a/math/fudgit/Makefile
+++ b/math/fudgit/Makefile
@@ -3,7 +3,7 @@
# Date created: 17 November 1994
# Whom: jmz
#
-# $Id: Makefile,v 1.6 1995/05/03 02:21:59 asami Exp $
+# $Id: Makefile,v 1.7 1996/11/18 14:05:04 asami Exp $
#
DISTNAME= Fudgit_2.41
@@ -18,9 +18,9 @@ USE_GMAKE= yes
MAN1= fudgit.1
pre-install:
- @mkdir -p ${PREFIX}/bin
- @mkdir -p ${PREFIX}/lib/fudgit
- @mkdir -p ${PREFIX}/man/man1
- @(cd ${WRKSRC}/examples; cp * ${PREFIX}/lib/fudgit)
+ @${MKDIR} ${PREFIX}/bin
+ @${MKDIR} ${PREFIX}/lib/fudgit
+ @${MKDIR} ${PREFIX}/man/man1
+ @(cd ${WRKSRC}/examples; ${CP} * ${PREFIX}/lib/fudgit)
.include <bsd.port.mk>