diff options
author | taca <taca> | 2007-06-16 05:11:55 +0000 |
---|---|---|
committer | taca <taca> | 2007-06-16 05:11:55 +0000 |
commit | c22899a3f0e5e178d4669e2255d23f26f1e7069a (patch) | |
tree | 35b5b1557d8c0454ffb8dc520f2b461d36b1a5be /sysutils | |
parent | 29308ef9c8df7fa714e7ac9e518e416e69e9215a (diff) | |
download | pkgsrc-c22899a3f0e5e178d4669e2255d23f26f1e7069a.tar.gz |
Trying to fix bulk build problem again.
Diffstat (limited to 'sysutils')
-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-*-* |