summaryrefslogtreecommitdiff
path: root/devel/libscsi
diff options
context:
space:
mode:
authorminskim <minskim>2004-05-31 16:47:47 +0000
committerminskim <minskim>2004-05-31 16:47:47 +0000
commit5850ad31fff47f819023d49f94a38e79d7efefa1 (patch)
treec68874ff86a33cf9d7290b552a8933e80275f8c2 /devel/libscsi
parentd739c86fa008f5a4391a77983194de3ead67ec4f (diff)
downloadpkgsrc-5850ad31fff47f819023d49f94a38e79d7efefa1.tar.gz
Enable pkgviews installation. Patches provided by Joachim Kuebart on
tech-pkg@.
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"