diff options
author | grant <grant> | 2004-02-04 03:02:51 +0000 |
---|---|---|
committer | grant <grant> | 2004-02-04 03:02:51 +0000 |
commit | 4541245b7132cd4a6fbe5dab9657e8214c208eb8 (patch) | |
tree | 39ebe9c44d945f594f21dd53931286a65d1ef44d /devel/libebml | |
parent | 195c7d28571b59bf124512a50afeaf659311e2e4 (diff) | |
download | pkgsrc-4541245b7132cd4a6fbe5dab9657e8214c208eb8.tar.gz |
s/Librarys/Libraries/ in COMMENT. remove unnecessary inclusion of
bsd.prefs.mk.
Diffstat (limited to 'devel/libebml')
-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" |