summaryrefslogtreecommitdiff
path: root/www/webglimpse
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 /www/webglimpse
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 'www/webglimpse')
-rw-r--r--www/webglimpse/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/www/webglimpse/Makefile b/www/webglimpse/Makefile
index 81369fc10cb7..800513d12fee 100644
--- a/www/webglimpse/Makefile
+++ b/www/webglimpse/Makefile
@@ -4,7 +4,7 @@
# Date created: 2 Nov 1998
# Whom: ache
#
-# $Id: Makefile,v 1.6 1998/11/26 05:24:59 asami Exp $
+# $Id: Makefile,v 1.7 1999/06/05 19:58:45 mharo Exp $
#
DISTNAME= webglimpse-1.6.src
@@ -24,7 +24,7 @@ NO_BUILD= YES
pre-configure:
.for i in wginstall wginstall.pl
- cd ${WRKSRC}; cp $i $i.tmp; \
+ cd ${WRKSRC}; ${CP} $i $i.tmp; \
sed s=%PERL%=${PERL}= < $i.tmp > $i
.endfor