summaryrefslogtreecommitdiff
path: root/sysutils/bkpupsd/patches
diff options
context:
space:
mode:
authortaca <taca@pkgsrc.org>2005-01-04 14:13:59 +0000
committertaca <taca@pkgsrc.org>2005-01-04 14:13:59 +0000
commit66273b2f3c188d24a639765a4f4ad702fe9f4cf2 (patch)
treed90e2ced9e1f1e09f9b60a1492dd4af9ab351cff /sysutils/bkpupsd/patches
parentc2cd506691b3455805d36f53154f28d119889091 (diff)
downloadpkgsrc-66273b2f3c188d24a639765a4f4ad702fe9f4cf2.tar.gz
Add proper support for RCD_SCRIPTS_EXAMPLEDIR change.
Diffstat (limited to 'sysutils/bkpupsd/patches')
-rw-r--r--sysutils/bkpupsd/patches/patch-ae13
1 files changed, 13 insertions, 0 deletions
diff --git a/sysutils/bkpupsd/patches/patch-ae b/sysutils/bkpupsd/patches/patch-ae
new file mode 100644
index 00000000000..64bfccf8787
--- /dev/null
+++ b/sysutils/bkpupsd/patches/patch-ae
@@ -0,0 +1,13 @@
+$NetBSD: patch-ae,v 1.1 2005/01/04 14:13:59 taca Exp $
+
+--- scripts/Makefile.orig 2002-12-22 02:32:59.000000000 +0900
++++ scripts/Makefile
+@@ -29,7 +29,7 @@
+ #
+ SCRIPTS= battery.shutdown line.lost line.recover line.shutdown
+ FILESDIR?= ${PREFIX}/libexec/bkpupsd
+-RCDIR?= ${PREFIX}/etc/rc.d
++RCDIR?= ${PREFIX}/${RCD_SCRIPTS_EXAMPLEDIR}
+ DOCDIR?= ${PREFIX}/share/doc/bkpupsd
+ CLEANFILES+= ${RCFILE} ${RCDFILE}
+ OPSYS!=uname -s