pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/sysutils/apcupsd Prevent paths to the build directorie...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/dc123cd536bf
branches:  trunk
changeset: 496158:dc123cd536bf
user:      kristerw <kristerw%pkgsrc.org@localhost>
date:      Thu Jun 23 21:13:01 2005 +0000

description:
Prevent paths to the build directories from being included in the package.
Bump PKGREVISION.

diffstat:

 sysutils/apcupsd/Makefile |  8 +++++---
 1 files changed, 5 insertions(+), 3 deletions(-)

diffs (31 lines):

diff -r 66f4eb30f6bd -r dc123cd536bf sysutils/apcupsd/Makefile
--- a/sysutils/apcupsd/Makefile Thu Jun 23 21:06:56 2005 +0000
+++ b/sysutils/apcupsd/Makefile Thu Jun 23 21:13:01 2005 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.35 2005/05/22 20:08:31 jlam Exp $
+# $NetBSD: Makefile,v 1.36 2005/06/23 21:13:01 kristerw Exp $
 
 DISTNAME=              apcupsd-3.8.6
-PKGREVISION=           3
+PKGREVISION=           4
 CATEGORIES=            sysutils
 MASTER_SITES=          ${MASTER_SITE_SOURCEFORGE:=apcupsd/}
 
@@ -12,7 +12,7 @@
 BUILD_USES_MSGFMT=     yes
 
 USE_PKGINSTALL=                yes
-USE_TOOLS+=            gmake
+USE_TOOLS+=            gmake sh
 
 GNU_CONFIGURE=         yes
 
@@ -35,6 +35,8 @@
 # this breaks .in files that uses @sbindir@
 CONFIGURE_ARGS+=       --sbindir=${PREFIX}/sbin
 
+CONFIGURE_ENV+=                ac_cv_path_SCRIPTSHELL="${TOOLS_SH}"
+
 EGDIR=          ${PREFIX}/share/examples/apcupsd
 
 CONF_FILES_PERMS+=     ${EGDIR}/apcupsd.master.conf ${PKG_SYSCONFDIR}/apcupsd.conf ${ROOT_USER} ${ROOT_GROUP} 644



Home | Main Index | Thread Index | Old Index