diff options
author | minskim <minskim@pkgsrc.org> | 2004-05-31 16:47:47 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2004-05-31 16:47:47 +0000 |
commit | 101b04ee1152ba900fed912850e695ff5b4592d4 (patch) | |
tree | c68874ff86a33cf9d7290b552a8933e80275f8c2 /devel/libscsi | |
parent | 4f098b48ff51609eec3df6a8cab4d02a6777438d (diff) | |
download | pkgsrc-101b04ee1152ba900fed912850e695ff5b4592d4.tar.gz |
Enable pkgviews installation. Patches provided by Joachim Kuebart on
tech-pkg@.
Diffstat (limited to 'devel/libscsi')
-rw-r--r-- | devel/libscsi/Makefile | 6 |
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" |