diff options
author | wiz <wiz> | 2001-02-16 14:38:16 +0000 |
---|---|---|
committer | wiz <wiz> | 2001-02-16 14:38:16 +0000 |
commit | 0e6fa9f644599b5f010ffe053765f5a3dcfbbe32 (patch) | |
tree | d583765b38ad8c9086e6f3c1b1f72fcf3c9cf6ff /devel/libscsi/Makefile | |
parent | 9cd33f1ced25f785a26235a0c68a92f8f28d517e (diff) | |
download | pkgsrc-0e6fa9f644599b5f010ffe053765f5a3dcfbbe32.tar.gz |
Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.
Diffstat (limited to 'devel/libscsi/Makefile')
-rw-r--r-- | devel/libscsi/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/libscsi/Makefile b/devel/libscsi/Makefile index a4b64faeb5f..e9939466b90 100644 --- a/devel/libscsi/Makefile +++ b/devel/libscsi/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 1999/07/02 08:37:23 agc Exp $ +# $NetBSD: Makefile,v 1.5 2001/02/16 14:38:37 wiz Exp $ # DISTNAME= libscsi-1.6 @@ -6,6 +6,7 @@ CATEGORIES= devel MASTER_SITES= ftp://ftp.emsi.priv.at/pub/netbsd/contrib/ MAINTAINER= packages@netbsd.org +COMMENT= FreeBSD SCSI user library MAKE_ENV= LIBDIR=${PREFIX}/lib MANDIR=${PREFIX}/man NOPIC=1 NOPROFILE=1 |