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 | f78b04114a06cb37ab273cadb7c18190b2c7877a (patch) | |
tree | 39ebe9c44d945f594f21dd53931286a65d1ef44d | |
parent | d60ec536e7467ee1eaff91e3d4aaadda056b7fe3 (diff) | |
download | pkgsrc-f78b04114a06cb37ab273cadb7c18190b2c7877a.tar.gz |
s/Librarys/Libraries/ in COMMENT. remove unnecessary inclusion of
bsd.prefs.mk.
-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" |