diff options
author | tv <tv@pkgsrc.org> | 1998-12-28 02:48:38 +0000 |
---|---|---|
committer | tv <tv@pkgsrc.org> | 1998-12-28 02:48:38 +0000 |
commit | eede67bba3ba388558b0d24f9883a15104107614 (patch) | |
tree | dc4d1818bbc4ddb640a878ebb0d5b6009b5d7bf1 /devel/libscsi | |
parent | 255feb7cce286ba47121e019212369180ea5e190 (diff) | |
download | pkgsrc-eede67bba3ba388558b0d24f9883a15104107614.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/Makefile | 4 | ||||
-rw-r--r-- | devel/libscsi/pkg/PLIST | 4 |
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 |