summaryrefslogtreecommitdiff
path: root/sysutils/upsd/Makefile
diff options
context:
space:
mode:
authorMichael Haro <mharo@FreeBSD.org>1999-08-28 02:17:34 +0000
committerMichael Haro <mharo@FreeBSD.org>1999-08-28 02:17:34 +0000
commit8d6f14a9b2d73e9a9cbd3f785b162547d769b53a (patch)
tree90ea645cc70e1ef2db1513c426e5aeb6eb33f840 /sysutils/upsd/Makefile
parentln -> ${LN} (diff)
sed -> ${SED}
Notes
Notes: svn path=/head/; revision=21048
Diffstat (limited to '')
-rw-r--r--sysutils/upsd/Makefile4
1 files changed, 2 insertions, 2 deletions
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 \