summaryrefslogtreecommitdiff
path: root/sysutils
diff options
context:
space:
mode:
authorcjep <cjep>2002-12-23 16:24:59 +0000
committercjep <cjep>2002-12-23 16:24:59 +0000
commit5c5b397f50e34e4acf5422952701ef7b579e5845 (patch)
treec03f45c7308c7b79234e60ad363cda563300789a /sysutils
parentefe63049363abde80d5dfdce5ef2f33f7e321317 (diff)
downloadpkgsrc-5c5b397f50e34e4acf5422952701ef7b579e5845.tar.gz
Whitespace fix
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/apcupsd/Makefile5
-rw-r--r--sysutils/mgm/Makefile4
2 files changed, 3 insertions, 6 deletions
diff --git a/sysutils/apcupsd/Makefile b/sysutils/apcupsd/Makefile
index 0718836ccc5..37065017a74 100644
--- a/sysutils/apcupsd/Makefile
+++ b/sysutils/apcupsd/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.18 2002/12/01 22:32:25 bouyer Exp $
+# $NetBSD: Makefile,v 1.19 2002/12/23 16:31:29 cjep Exp $
DISTNAME= apcupsd-3.8.5
CATEGORIES= sysutils
@@ -45,7 +45,6 @@ CONF_FILES_PERMS+= ${EGDIR}/mainsback ${PKG_SYSCONFDIR}/mainsback ${ROOT_USER} $
SUPPORT_FILES_PERMS= ${EGDIR}/apccontrol ${PKG_SYSCONFDIR}/apccontrol ${ROOT_USER} ${ROOT_GROUP} 755
RCD_SCRIPTS= apcupsd
-
# we should probably allow the tty to be set in /etc/mk.conf too
#
post-build:
@@ -88,7 +87,6 @@ HTMLDOCS= apcaccess.html apcnisd.html apctest.html apcupsd-styles.css \
upgrading_to_3_7_0.html upsbible.html usb.html win32.html \
wininstall1.gif wininstall2.gif wininstall3.gif wininstall4.gif \
wininstall5.gif wininstall6.gif wininstall7.gif
-
post-install:
${INSTALL_DATA} ${WRKDIR}/apcupsd.master.conf \
@@ -106,7 +104,6 @@ post-install:
${INSTALL_DATA} ${WRKSRC}/doc/manual/${file} \
${PREFIX}/share/doc/html/apcupsd
.endfor
-
.include "../../devel/gettext-lib/buildlink2.mk"
diff --git a/sysutils/mgm/Makefile b/sysutils/mgm/Makefile
index 86656133ef8..aa73c2093f8 100644
--- a/sysutils/mgm/Makefile
+++ b/sysutils/mgm/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2001/10/08 07:13:11 lukem Exp $
+# $NetBSD: Makefile,v 1.2 2002/12/23 16:31:46 cjep Exp $
DISTNAME= mgm-1.1
CATEGORIES= sysutils
@@ -40,7 +40,7 @@ do-install:
${INSTALL_DATA} $$FILE ${MGM_PERL_DIR}/$$DIR; \
done; \
done
- ${INSTALL_DATA_DIR} ${MGM_DOC_DIR}
+ ${INSTALL_DATA_DIR} ${MGM_DOC_DIR}
for FILE in ${WRKSRC}/doc/*; do \
${INSTALL_DATA} $$FILE ${MGM_DOC_DIR}; \
done