From 7ff8ad8a937af217e1d9861793347770b788e043 Mon Sep 17 00:00:00 2001 From: tv Date: Mon, 28 Dec 1998 02:48:38 +0000 Subject: 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. --- devel/libscsi/Makefile | 4 ++-- devel/libscsi/pkg/PLIST | 4 +--- 2 files changed, 3 insertions(+), 5 deletions(-) (limited to 'devel/libscsi') 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 -- cgit v1.2.3