summaryrefslogtreecommitdiff
path: root/devel/libscsi
diff options
context:
space:
mode:
Diffstat (limited to 'devel/libscsi')
-rw-r--r--devel/libscsi/Makefile6
1 files changed, 5 insertions, 1 deletions
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"