aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils/upsd/Makefile
diff options
context:
space:
mode:
authorsteve <steve@FreeBSD.org>1998-07-04 07:40:27 +0800
committersteve <steve@FreeBSD.org>1998-07-04 07:40:27 +0800
commit6e78732cd98104423566a995db4e3b8e619fc52d (patch)
tree996dd04353cfe7d1fe6e245d4a2c9b972d9f5cb7 /sysutils/upsd/Makefile
parentc40b48c46ee910b6bc611234aedccef51cb837d9 (diff)
downloadfreebsd-ports-gnome-6e78732cd98104423566a995db4e3b8e619fc52d.tar.gz
freebsd-ports-gnome-6e78732cd98104423566a995db4e3b8e619fc52d.tar.zst
freebsd-ports-gnome-6e78732cd98104423566a995db4e3b8e619fc52d.zip
Get the location of upsd.conf correct.
PR: 7114
Diffstat (limited to 'sysutils/upsd/Makefile')
-rw-r--r--sysutils/upsd/Makefile6
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 \