diff options
author | grant <grant@pkgsrc.org> | 2004-02-04 03:02:51 +0000 |
---|---|---|
committer | grant <grant@pkgsrc.org> | 2004-02-04 03:02:51 +0000 |
commit | c321dc2c29899802e61f8a3240d637e2b10c661a (patch) | |
tree | 39ebe9c44d945f594f21dd53931286a65d1ef44d /devel | |
parent | c67f0b299cfdec639f2085c88aad55bb1e3a0da7 (diff) | |
download | pkgsrc-c321dc2c29899802e61f8a3240d637e2b10c661a.tar.gz |
s/Librarys/Libraries/ in COMMENT. remove unnecessary inclusion of
bsd.prefs.mk.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/libebml/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/devel/libebml/Makefile b/devel/libebml/Makefile index 83262b0cbc8..ceec028c123 100644 --- a/devel/libebml/Makefile +++ b/devel/libebml/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2004/01/22 08:24:30 grant Exp $ +# $NetBSD: Makefile,v 1.3 2004/02/04 03:02:51 grant Exp $ # DISTNAME= libebml-0.6.3 @@ -7,11 +7,10 @@ MASTER_SITES= http://matroska.free.fr/downloads/libebml/ MAINTAINER= tech-pkg@NetBSD.org HOMEPAGE= http://matroska.sourceforge.net/ -COMMENT= Librarys for the EBML (Extensible Binary Meta Language) format +COMMENT= Libraries for the EBML (Extensible Binary Meta Language) format BUILD_DIRS= ${WRKSRC}/make/linux USE_BUILDLINK2= YES USE_GNU_TOOLS+= make -.include "../../mk/bsd.prefs.mk" .include "../../mk/bsd.pkg.mk" |