summaryrefslogtreecommitdiff
path: root/sysutils/bkpupsd
diff options
context:
space:
mode:
authorcjep <cjep>2002-06-05 21:14:19 +0000
committercjep <cjep>2002-06-05 21:14:19 +0000
commitffbd8d73cb5f442c512872d446dd4157c496da2b (patch)
tree3162b71ed98ad5ba93a90fd2640c47c57dd32f2c /sysutils/bkpupsd
parent22ec02929282c7253c0fb928eaa0773c7b21ab5f (diff)
downloadpkgsrc-ffbd8d73cb5f442c512872d446dd4157c496da2b.tar.gz
Add an empty "scriptsinstall" target to scripts/Makefile. If this isn't
present, this package won't build with newer BSD mk magic (e.g. in 1.6_BETA1 and so on.)
Diffstat (limited to 'sysutils/bkpupsd')
-rw-r--r--sysutils/bkpupsd/distinfo3
-rw-r--r--sysutils/bkpupsd/patches/patch-ab13
2 files changed, 15 insertions, 1 deletions
diff --git a/sysutils/bkpupsd/distinfo b/sysutils/bkpupsd/distinfo
index c0a84a10135..98759450fed 100644
--- a/sysutils/bkpupsd/distinfo
+++ b/sysutils/bkpupsd/distinfo
@@ -1,5 +1,6 @@
-$NetBSD: distinfo,v 1.4 2002/01/21 13:59:45 dmcmahill Exp $
+$NetBSD: distinfo,v 1.5 2002/06/05 21:14:19 cjep Exp $
SHA1 (bkpupsd-2.1.tar.gz) = 0110d3d9522c3e920c883f8af214d68a48355bae
Size (bkpupsd-2.1.tar.gz) = 35585 bytes
SHA1 (patch-aa) = 0f2afa03cf5e3a971646d0540f5999cc6a534c18
+SHA1 (patch-ab) = 41533021e127b7704218f3cd6a22a854d648b039
diff --git a/sysutils/bkpupsd/patches/patch-ab b/sysutils/bkpupsd/patches/patch-ab
new file mode 100644
index 00000000000..e1b93408e22
--- /dev/null
+++ b/sysutils/bkpupsd/patches/patch-ab
@@ -0,0 +1,13 @@
+$NetBSD: patch-ab,v 1.3 2002/06/05 21:14:20 cjep Exp $
+
+--- scripts/Makefile.orig Wed Dec 19 07:57:31 2001
++++ scripts/Makefile
+@@ -64,6 +64,8 @@
+ -e 's|%%device%%|${DEFAULT_DEVICE}|g' \
+ ${.CURDIR}/${.ALLSRC} > ${.TARGET}
+
++scriptsinstall:
++
+ install:
+ @test -d ${FILESDIR} || mkdir -p ${FILESDIR}
+ @test -d ${RCDIR} || mkdir -p ${RCDIR}