aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils
diff options
context:
space:
mode:
authormharo <mharo@FreeBSD.org>1999-08-28 10:17:34 +0800
committermharo <mharo@FreeBSD.org>1999-08-28 10:17:34 +0800
commit4ea1177771960cdf6cbcee78db1b8afa6d678858 (patch)
tree58e7abcdb7f57e16ff96f071c49c88244a440598 /sysutils
parentfa1d1e4d83108ff37c97627528c2face622cdd11 (diff)
downloadfreebsd-ports-gnome-4ea1177771960cdf6cbcee78db1b8afa6d678858.tar.gz
freebsd-ports-gnome-4ea1177771960cdf6cbcee78db1b8afa6d678858.tar.zst
freebsd-ports-gnome-4ea1177771960cdf6cbcee78db1b8afa6d678858.zip
sed -> ${SED}
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/lsof/Makefile4
-rw-r--r--sysutils/upsd/Makefile4
2 files changed, 4 insertions, 4 deletions
diff --git a/sysutils/lsof/Makefile b/sysutils/lsof/Makefile
index ec511127585c..dae74cf8fae7 100644
--- a/sysutils/lsof/Makefile
+++ b/sysutils/lsof/Makefile
@@ -4,7 +4,7 @@
# Date created: Sat July 20, 1996
# Whom: David O'Brien (obrien@FreeBSD.org)
#
-# $Id: Makefile,v 1.46 1999/08/23 04:23:43 mharo Exp $
+# $Id: Makefile,v 1.47 1999/08/27 22:30:12 mharo Exp $
#
DISTNAME= lsof_4.45_W
@@ -36,7 +36,7 @@ SRCBALL_NAME= ${DISTNAME:S/_W$//}
post-extract:
@( cd ${WRKDIR} ; \
- EXPMD5=`${GREP} MD5 README.${SRCBALL_NAME} | sed 's/^[ ]*//'` ; \
+ EXPMD5=`${GREP} MD5 README.${SRCBALL_NAME} | ${SED} 's/^[ ]*//'` ; \
CALCMD5=`${MD5} ${SRCBALL_NAME}.tar` ; \
if [ "$${EXPMD5}"X != "$${CALCMD5}"X ]; then \
${ECHO} "Expected and calculated MD5 signatures don't agree." ; \
diff --git a/sysutils/upsd/Makefile b/sysutils/upsd/Makefile
index 335be5333b4a..acc44b822469 100644
--- a/sysutils/upsd/Makefile
+++ b/sysutils/upsd/Makefile
@@ -3,7 +3,7 @@
# Date created: 11 Jul 1996
# Whom: alexis
#
-# $Id: Makefile,v 1.1.1.1 1998/02/25 16:46:22 steve Exp $
+# $Id: Makefile,v 1.2 1998/07/03 23:40:20 steve Exp $
#
DISTNAME= upsd-2.0.1.6
@@ -19,7 +19,7 @@ WRKSRC= ${WRKDIR}/upsd-2.0
pre-build:
@${MV} ${WRKSRC}/config.h ${WRKSRC}/conf.h.orig
- @sed -e "s!@prefix@!${PREFIX}!g" ${WRKSRC}/conf.h.orig > ${WRKSRC}/conf.h
+ @${SED} -e "s!@prefix@!${PREFIX}!g" ${WRKSRC}/conf.h.orig > ${WRKSRC}/conf.h
post-install:
if [ ! -f ${PREFIX}/etc/upsd.conf ] ; then \