summaryrefslogtreecommitdiff
path: root/devel/libscsi/patches/patch-ab
diff options
context:
space:
mode:
Diffstat (limited to 'devel/libscsi/patches/patch-ab')
-rw-r--r--devel/libscsi/patches/patch-ab26
1 files changed, 26 insertions, 0 deletions
diff --git a/devel/libscsi/patches/patch-ab b/devel/libscsi/patches/patch-ab
new file mode 100644
index 00000000000..df9261e322f
--- /dev/null
+++ b/devel/libscsi/patches/patch-ab
@@ -0,0 +1,26 @@
+--- Makefile.orig Wed Feb 18 15:43:00 1998
++++ Makefile Sat May 2 22:48:20 1998
+@@ -4,7 +4,11 @@
+ #CFLAGS+=-DLIBC_SCCS -I${.CURDIR}/../../sys
+ SRCS= scsi.c
+
+-MAN3= scsi.3
++NOLINT= 1
++
++MANINSTALL?= catinstall maninstall
++
++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 @@
+ scsi.3 scsi_debug_output.3
+
+ beforeinstall:
+- ${INSTALL} -C -o ${BINOWN} -g ${BINGRP} -m 444 ${.CURDIR}/scsi.h \
+- ${DESTDIR}/usr/include
++ ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 444 ${.CURDIR}/scsi.h \
++ ${LOCALBASE}/include
+
+
+ .include <bsd.lib.mk>