summaryrefslogtreecommitdiff
path: root/devel/libscsi
diff options
context:
space:
mode:
authorfredb <fredb>1999-09-18 15:14:41 +0000
committerfredb <fredb>1999-09-18 15:14:41 +0000
commit2cfb23e1722b854b9ba1b5fd1877154f27b0c17a (patch)
tree8bf4c8d5edf63ef79cc8535da6ee571fd9e2fe56 /devel/libscsi
parentb8a331890003e90fecbb045b227fd77f90678b80 (diff)
downloadpkgsrc-2cfb23e1722b854b9ba1b5fd1877154f27b0c17a.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-sum4
-rw-r--r--devel/libscsi/patches/patch-ab14
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: