diff options
author | fredb <fredb@pkgsrc.org> | 1999-09-18 15:14:41 +0000 |
---|---|---|
committer | fredb <fredb@pkgsrc.org> | 1999-09-18 15:14:41 +0000 |
commit | 3b944cc9f82cb72e76b9856b3f9edf3baaf76f9f (patch) | |
tree | 8bf4c8d5edf63ef79cc8535da6ee571fd9e2fe56 /devel/libscsi | |
parent | 1916c64b8adde184e0e959145aa72545added882 (diff) | |
download | pkgsrc-3b944cc9f82cb72e76b9856b3f9edf3baaf76f9f.tar.gz |
Make manpages install always, to make PLIST correct, even if user sets
MANINSTALL conditionally on !BSD_PKG_MK in /etc/mk.conf.
Diffstat (limited to 'devel/libscsi')
-rw-r--r-- | devel/libscsi/files/patch-sum | 4 | ||||
-rw-r--r-- | devel/libscsi/patches/patch-ab | 14 |
2 files changed, 9 insertions, 9 deletions
diff --git a/devel/libscsi/files/patch-sum b/devel/libscsi/files/patch-sum index 255c3b50994..24e8f75d05a 100644 --- a/devel/libscsi/files/patch-sum +++ b/devel/libscsi/files/patch-sum @@ -1,6 +1,6 @@ -$NetBSD: patch-sum,v 1.1 1999/07/09 13:50:37 agc Exp $ +$NetBSD: patch-sum,v 1.2 1999/09/18 15:14:41 fredb Exp $ MD5 (patch-aa) = ebc87d7eb1feb71d310ca82c8dfbe08f -MD5 (patch-ab) = 209778b1208a7a72f4f27e58bcb93a95 +MD5 (patch-ab) = de9b3cf8380068d7a9a36ee78b7927ef MD5 (patch-ac) = 9a8b4258f4422d1f4c9137008e68cb2b MD5 (patch-ad) = d93ed885c2462ef273f8b3d6f6793ec8 diff --git a/devel/libscsi/patches/patch-ab b/devel/libscsi/patches/patch-ab index a8de18e267b..90653f53fcd 100644 --- a/devel/libscsi/patches/patch-ab +++ b/devel/libscsi/patches/patch-ab @@ -1,21 +1,21 @@ -$NetBSD: patch-ab,v 1.2 1998/08/07 10:40:25 agc Exp $ - ---- Makefile.orig Wed Feb 18 15:43:00 1998 -+++ Makefile Sat May 2 22:48:20 1998 -@@ -4,7 +4,11 @@ +--- Makefile.orig Wed Feb 18 08:43:00 1998 ++++ Makefile Sat Sep 18 09:27:26 1999 +@@ -4,7 +4,13 @@ #CFLAGS+=-DLIBC_SCCS -I${.CURDIR}/../../sys SRCS= scsi.c -MAN3= scsi.3 +NOLINT= 1 + -+MANINSTALL?= catinstall maninstall ++.include <bsd.man.mk> ++ ++MANINSTALL= maninstall catinstall + +MAN+= scsi.3 MLINKS+=scsi.3 scsireq_buff_decode.3 scsi.3 scsireq_build.3 \ scsi.3 scsireq_decode.3 scsi.3 scsireq_encode.3 \ -@@ -14,8 +18,8 @@ +@@ -14,8 +20,8 @@ scsi.3 scsi_debug_output.3 beforeinstall: |