diff options
author | Steve Price <steve@FreeBSD.org> | 1998-07-03 23:40:27 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1998-07-03 23:40:27 +0000 |
commit | 74d96100ede3a93bd4c9fe074ad76092fda0c2a2 (patch) | |
tree | f927e3015b10b3de7c01d2adc66010bf1ca56faf /sysutils/upsd/Makefile | |
parent | 4c338b08a1019d82f47ffa307bd423e8329e2fa7 (diff) | |
download | ports-74d96100ede3a93bd4c9fe074ad76092fda0c2a2.tar.gz ports-74d96100ede3a93bd4c9fe074ad76092fda0c2a2.zip |
Notes
Diffstat (limited to 'sysutils/upsd/Makefile')
-rw-r--r-- | sysutils/upsd/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sysutils/upsd/Makefile b/sysutils/upsd/Makefile index 706ce89242a9..335be5333b4a 100644 --- a/sysutils/upsd/Makefile +++ b/sysutils/upsd/Makefile @@ -3,7 +3,7 @@ # Date created: 11 Jul 1996 # Whom: alexis # -# $Id$ +# $Id: Makefile,v 1.1.1.1 1998/02/25 16:46:22 steve Exp $ # DISTNAME= upsd-2.0.1.6 @@ -18,8 +18,8 @@ MAINTAINER= alexis@ww.net WRKSRC= ${WRKDIR}/upsd-2.0 pre-build: - @${MV} ${WRKSRC}/config.h ${WRKSRC}/config.h.orig - @sed -e "s!@prefix@!${PREFIX}!g" ${WRKSRC}/config.h.orig > ${WRKSRC}/config.h + @${MV} ${WRKSRC}/config.h ${WRKSRC}/conf.h.orig + @sed -e "s!@prefix@!${PREFIX}!g" ${WRKSRC}/conf.h.orig > ${WRKSRC}/conf.h post-install: if [ ! -f ${PREFIX}/etc/upsd.conf ] ; then \ |