summaryrefslogtreecommitdiff
path: root/devel/libscsi
diff options
context:
space:
mode:
authortv <tv>1998-12-28 02:48:38 +0000
committertv <tv>1998-12-28 02:48:38 +0000
commitb9e8a12b0ead5ada7ec8728815092a6635877c1d (patch)
treedc4d1818bbc4ddb640a878ebb0d5b6009b5d7bf1 /devel/libscsi
parent8ae1fa7694fd1d7360fcf5e8e1d1773daf119735 (diff)
downloadpkgsrc-b9e8a12b0ead5ada7ec8728815092a6635877c1d.tar.gz
Make consistent with other library pkgs: NOPIC=1 and NOPROFILE=1 (NOPIC=1
can be removed if a real shlib is later created of this pkg). Without these, the PLIST can be inconsistent with what is installed, since mk.conf can modify this behavior.
Diffstat (limited to 'devel/libscsi')
-rw-r--r--devel/libscsi/Makefile4
-rw-r--r--devel/libscsi/pkg/PLIST4
2 files changed, 3 insertions, 5 deletions
diff --git a/devel/libscsi/Makefile b/devel/libscsi/Makefile
index a3c825ab824..6b08e81eed3 100644
--- a/devel/libscsi/Makefile
+++ b/devel/libscsi/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 1998/06/20 09:20:39 agc Exp $
+# $NetBSD: Makefile,v 1.3 1998/12/28 02:48:38 tv Exp $
#
DISTNAME= libscsi-1.6
@@ -7,7 +7,7 @@ MASTER_SITES= ftp://ftp.emsi.priv.at/pub/netbsd/contrib/
MAINTAINER= packages@netbsd.org
-MAKE_ENV= LIBDIR=${PREFIX}/lib MANDIR=${PREFIX}/man
+MAKE_ENV= LIBDIR=${PREFIX}/lib MANDIR=${PREFIX}/man NOPIC=1 NOPROFILE=1
.include "../../mk/bsd.prefs.mk"
diff --git a/devel/libscsi/pkg/PLIST b/devel/libscsi/pkg/PLIST
index ee70a5cfa58..ae85b0d06da 100644
--- a/devel/libscsi/pkg/PLIST
+++ b/devel/libscsi/pkg/PLIST
@@ -1,8 +1,6 @@
-@comment $NetBSD: PLIST,v 1.1 1998/05/03 21:23:00 frueauf Exp $
+@comment $NetBSD: PLIST,v 1.2 1998/12/28 02:48:38 tv Exp $
include/scsi.h
lib/libscsi.a
-lib/libscsi_p.a
-lib/libscsi_pic.a
man/cat3/scsi.0
man/cat3/scsireq_buff_decode.0
man/cat3/scsireq_build.0