From 5850ad31fff47f819023d49f94a38e79d7efefa1 Mon Sep 17 00:00:00 2001 From: minskim Date: Mon, 31 May 2004 16:47:47 +0000 Subject: Enable pkgviews installation. Patches provided by Joachim Kuebart on tech-pkg@. --- devel/libscsi/Makefile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'devel/libscsi') diff --git a/devel/libscsi/Makefile b/devel/libscsi/Makefile index 83f07e877ac..a0e0c692991 100644 --- a/devel/libscsi/Makefile +++ b/devel/libscsi/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2003/07/17 21:31:39 grant Exp $ +# $NetBSD: Makefile,v 1.8 2004/05/31 16:47:48 minskim Exp $ # DISTNAME= libscsi-1.6 @@ -8,8 +8,12 @@ MASTER_SITES= ftp://ftp.emsi.priv.at/pub/netbsd/contrib/ MAINTAINER= tech-pkg@NetBSD.org COMMENT= FreeBSD SCSI user library +PKG_INSTALLATION_TYPES= overwrite pkgviews + MAKE_ENV= LIBDIR=${PREFIX}/lib MANDIR=${PREFIX}/man NOPIC=1 NOPROFILE=1 MANCOMPRESSED_IF_MANZ= yes +INSTALLATION_DIRS= include lib man/cat3 man/man3 + .include "../../mk/bsd.pkg.mk" -- cgit v1.2.3