summaryrefslogtreecommitdiff
path: root/net/cvsup-mirror
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 /net/cvsup-mirror
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 'net/cvsup-mirror')
-rw-r--r--net/cvsup-mirror/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/net/cvsup-mirror/Makefile b/net/cvsup-mirror/Makefile
index b0b1a31789ce..eb1d7d2bde29 100644
--- a/net/cvsup-mirror/Makefile
+++ b/net/cvsup-mirror/Makefile
@@ -3,7 +3,7 @@
# Date created: 01 February 1997
# Whom: jdp
#
-# $Id: Makefile,v 1.3 1997/07/13 18:49:27 max Exp $
+# $Id: Makefile,v 1.4 1998/06/27 05:19:58 asami Exp $
#
DISTNAME= cvsup-mirror-1.0
@@ -29,8 +29,8 @@ do-extract:
do-install:
@echo "Installing files"
- @test -d ${base} || mkdir -p ${base}
- @test -d ${rc} || mkdir -p ${rc}
+ @test -d ${base} || ${MKDIR} ${base}
+ @test -d ${rc} || ${MKDIR} ${rc}
@${INSTALL_DATA} ${WRKSRC}/config.sh ${base}
@${INSTALL_SCRIPT} ${FILESDIR}/update.sh ${base}
@${INSTALL_DATA} ${FILESDIR}/supfile ${base}