diff options
author | taca <taca> | 2007-06-16 05:11:55 +0000 |
---|---|---|
committer | taca <taca> | 2007-06-16 05:11:55 +0000 |
commit | 656714894fb46cf84d1bc89361b8ba6813fb597a (patch) | |
tree | 35b5b1557d8c0454ffb8dc520f2b461d36b1a5be /sysutils/bkpupsd | |
parent | 19b028267ecec6a9e7245b5338842ed2c3041323 (diff) | |
download | pkgsrc-656714894fb46cf84d1bc89361b8ba6813fb597a.tar.gz |
Trying to fix bulk build problem again.
Diffstat (limited to 'sysutils/bkpupsd')
-rw-r--r-- | sysutils/bkpupsd/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/sysutils/bkpupsd/Makefile b/sysutils/bkpupsd/Makefile index 1c6e3bd215d..88c3185f66e 100644 --- a/sysutils/bkpupsd/Makefile +++ b/sysutils/bkpupsd/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.25 2007/06/07 15:08:50 taca Exp $ +# $NetBSD: Makefile,v 1.26 2007/06/16 05:11:55 taca Exp $ # DISTNAME= bkpupsd-2.2.1 @@ -11,8 +11,9 @@ 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 share/doc/bkpupsd \ - share/examples/bkpupsd +INSTALLATION_DIRS= libexec/bkpupsd sbin ${PKGMANDIR}/cat5 + ${PKGMANDIR}/cat8 ${PKGMANDIR}/man5 ${PKGMANDIR}/man8 \ + share/doc/bkpupsd share/examples/bkpupsd # Original program assumes BSD code base. ONLY_FOR_PLATFORM= NetBSD-*-* |