pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/sysutils/bkpupsd Add more INSTALLATION_DIRS.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/6d3708dda87a
branches:  trunk
changeset: 529548:6d3708dda87a
user:      taca <taca%pkgsrc.org@localhost>
date:      Thu Jun 07 15:08:50 2007 +0000

description:
Add more INSTALLATION_DIRS.

diffstat:

 sysutils/bkpupsd/Makefile |  7 +++----
 1 files changed, 3 insertions(+), 4 deletions(-)

diffs (28 lines):

diff -r da7d08483c96 -r 6d3708dda87a sysutils/bkpupsd/Makefile
--- a/sysutils/bkpupsd/Makefile Thu Jun 07 15:06:03 2007 +0000
+++ b/sysutils/bkpupsd/Makefile Thu Jun 07 15:08:50 2007 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.24 2007/06/07 15:06:03 taca Exp $
+# $NetBSD: Makefile,v 1.25 2007/06/07 15:08:50 taca Exp $
 #
 
 DISTNAME=      bkpupsd-2.2.1
@@ -11,7 +11,8 @@
 HOMEPAGE=      # not exist
 COMMENT=       Simple UPS daemon for BK-Pro, BK and FREQUPS A/F series
 
-INSTALLATION_DIRS=  sbin
+INSTALLATION_DIRS=     libexec/bkpupsd sbin share/doc/bkpupsd \
+                       share/examples/bkpupsd
 
 # Original program assumes BSD code base.
 ONLY_FOR_PLATFORM= NetBSD-*-*
@@ -32,8 +33,6 @@
 RCD_SCRIPTS=   bkpupsd
 
 pre-install:
-       ${INSTALL_DATA_DIR} ${DOCDIR}
-       ${INSTALL_DATA_DIR} ${EGDIR}
        ${INSTALL_DATA} ${WRKSRC}/README ${DOCDIR}
        ${INSTALL_DATA} ${WRKSRC}/README.ja ${DOCDIR}
 



Home | Main Index | Thread Index | Old Index