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.)
This commit is contained in:
cjep 2002-06-05 21:14:19 +00:00
parent 423bc62327
commit 8fbc3746a3
2 changed files with 15 additions and 1 deletions

View file

@ -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

View file

@ -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}