diff options
author | grant <grant> | 2003-11-23 05:24:05 +0000 |
---|---|---|
committer | grant <grant> | 2003-11-23 05:24:05 +0000 |
commit | f93f3f71a4130d0819ffc9b51faea8fa5076afd5 (patch) | |
tree | 26931d4d0babbfc2d1111a6d71947fca6c7726c5 /emulators | |
parent | 583e6218550521f58c8c3b61349c97c5332ad798 (diff) | |
download | pkgsrc-f93f3f71a4130d0819ffc9b51faea8fa5076afd5.tar.gz |
fix typo in COMMENT
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/darwin_lib/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/emulators/darwin_lib/Makefile b/emulators/darwin_lib/Makefile index 17fbdf5bb27..520d60808bd 100644 --- a/emulators/darwin_lib/Makefile +++ b/emulators/darwin_lib/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2003/09/28 23:33:52 manu Exp $ +# $NetBSD: Makefile,v 1.2 2003/11/23 05:24:05 grant Exp $ DISTNAME= darwin_lib-6.6.2 CATEGORIES= emulators @@ -13,7 +13,7 @@ DISTFILES= org.opendarwin.Libsystem-6.6.2-4.fat.rpm \ MAINTAINER= abacau@yahoo.com.au HOMEPAGE= http://www.opendarwin.org/ -COMMENT= Darwin compatiblity libraries (including X11) +COMMENT= Darwin compatibility libraries (including X11) BUILD_DEPENDS= rpm2pkg>=1.3:../../pkgtools/rpm2pkg |