diff options
author | grant <grant@pkgsrc.org> | 2003-11-23 05:24:05 +0000 |
---|---|---|
committer | grant <grant@pkgsrc.org> | 2003-11-23 05:24:05 +0000 |
commit | a842e60d1252b9df10ddf461bacba382de058576 (patch) | |
tree | 26931d4d0babbfc2d1111a6d71947fca6c7726c5 /emulators | |
parent | 3dbc78501d39e28dd6d2daa7c4275df4f33df7d1 (diff) | |
download | pkgsrc-a842e60d1252b9df10ddf461bacba382de058576.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 |