diff options
author | cjep <cjep> | 2002-06-05 21:14:19 +0000 |
---|---|---|
committer | cjep <cjep> | 2002-06-05 21:14:19 +0000 |
commit | 4cfff1056e11c03421af57b5313410bb04d94316 (patch) | |
tree | 3162b71ed98ad5ba93a90fd2640c47c57dd32f2c /sysutils/bkpupsd | |
parent | ffe5545842a50821fe1470e2741be505f059480a (diff) | |
download | pkgsrc-4cfff1056e11c03421af57b5313410bb04d94316.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/distinfo | 3 | ||||
-rw-r--r-- | sysutils/bkpupsd/patches/patch-ab | 13 |
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} |