diff options
author | mharo <mharo@FreeBSD.org> | 1999-08-28 02:17:34 +0000 |
---|---|---|
committer | mharo <mharo@FreeBSD.org> | 1999-08-28 02:17:34 +0000 |
commit | 4ea1177771960cdf6cbcee78db1b8afa6d678858 (patch) | |
tree | 58e7abcdb7f57e16ff96f071c49c88244a440598 /sysutils/upsd | |
parent | fa1d1e4d83108ff37c97627528c2face622cdd11 (diff) | |
download | FreeBSD-ports-4ea1177771960cdf6cbcee78db1b8afa6d678858.zip FreeBSD-ports-4ea1177771960cdf6cbcee78db1b8afa6d678858.tar.gz |
sed -> ${SED}
Diffstat (limited to 'sysutils/upsd')
-rw-r--r-- | sysutils/upsd/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/upsd/Makefile b/sysutils/upsd/Makefile index 335be53..acc44b82 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 \ |