diff options
author | taca <taca@pkgsrc.org> | 2007-06-16 09:36:04 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2007-06-16 09:36:04 +0000 |
commit | aad229310f9827d4cf4ca493464ab8642e2975a2 (patch) | |
tree | 77edb88962e976d40f2c4ff40aed47329292d66b /sysutils | |
parent | 45ae6ff5de2c7da873c92625bbfa9851e4db53cc (diff) | |
download | pkgsrc-aad229310f9827d4cf4ca493464ab8642e2975a2.tar.gz |
Oops, add missing backslash.
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/bkpupsd/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/bkpupsd/Makefile b/sysutils/bkpupsd/Makefile index 88c3185f66e..ca4b1c5143e 100644 --- a/sysutils/bkpupsd/Makefile +++ b/sysutils/bkpupsd/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.26 2007/06/16 05:11:55 taca Exp $ +# $NetBSD: Makefile,v 1.27 2007/06/16 09:36:04 taca Exp $ # DISTNAME= bkpupsd-2.2.1 @@ -11,7 +11,7 @@ MAINTAINER= taca@NetBSD.org HOMEPAGE= # not exist COMMENT= Simple UPS daemon for BK-Pro, BK and FREQUPS A/F series -INSTALLATION_DIRS= libexec/bkpupsd sbin ${PKGMANDIR}/cat5 +INSTALLATION_DIRS= libexec/bkpupsd sbin ${PKGMANDIR}/cat5 \ ${PKGMANDIR}/cat8 ${PKGMANDIR}/man5 ${PKGMANDIR}/man8 \ share/doc/bkpupsd share/examples/bkpupsd |