diff options
author | martti <martti> | 2003-07-21 16:45:54 +0000 |
---|---|---|
committer | martti <martti> | 2003-07-21 16:45:54 +0000 |
commit | 08cea73ea689570d2cebd54c9886cf260db20484 (patch) | |
tree | b1f871338028796610e5ff920241fc869f182169 /emulators/hercules | |
parent | 1a8b5d26aed60e3f03654073908b836f261492bd (diff) | |
download | pkgsrc-08cea73ea689570d2cebd54c9886cf260db20484.tar.gz |
COMMENT should start with a capital letter.
Diffstat (limited to 'emulators/hercules')
-rw-r--r-- | emulators/hercules/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/emulators/hercules/Makefile b/emulators/hercules/Makefile index 330d32e144b..f4b993e442e 100644 --- a/emulators/hercules/Makefile +++ b/emulators/hercules/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2003/07/17 21:35:31 grant Exp $ +# $NetBSD: Makefile,v 1.13 2003/07/21 16:45:55 martti Exp $ DISTNAME= hercules-2.11 PKGREVISION= 1 @@ -7,7 +7,7 @@ MASTER_SITES= http://www.conmicro.cx/hercules/ MAINTAINER= tech-pkg@NetBSD.org HOMEPAGE= http://www.conmicro.cx/hercules/ -COMMENT= s370 emulator +COMMENT= S370 emulator DEPENDS= unproven-pthreads>0.17nb1:../../devel/unproven-pthreads DEPENDS+= hercules-images-[0-9]*:../../emulators/hercules-images |