diff options
author | martti <martti@pkgsrc.org> | 2003-07-21 16:24:36 +0000 |
---|---|---|
committer | martti <martti@pkgsrc.org> | 2003-07-21 16:24:36 +0000 |
commit | ff0278ea308c686207e2b1053f9dea6e7b3f8bf9 (patch) | |
tree | 88dbf13f219f88e7e7b9057415b1df6b05f0e948 /cad/oregano | |
parent | cdbd97130a8334f7f917cdee2afd7085512486e3 (diff) | |
download | pkgsrc-ff0278ea308c686207e2b1053f9dea6e7b3f8bf9.tar.gz |
COMMENT should start with a capital letter.
Diffstat (limited to 'cad/oregano')
-rw-r--r-- | cad/oregano/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cad/oregano/Makefile b/cad/oregano/Makefile index c9f8721cb94..12a29ca23cd 100644 --- a/cad/oregano/Makefile +++ b/cad/oregano/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.18 2003/07/17 21:25:16 grant Exp $ +# $NetBSD: Makefile,v 1.19 2003/07/21 16:32:12 martti Exp $ # DISTNAME= oregano-0.20 @@ -8,7 +8,7 @@ MASTER_SITES= http://www.dtek.chalmers.se/~d4hult/oregano/download/ MAINTAINER= rh@NetBSD.org HOMEPAGE= http://www.dtek.chalmers.se/~d4hult/oregano/ -COMMENT= application for schematic capture/simulation of electrical circuits +COMMENT= Application for schematic capture/simulation of electrical circuits DEPENDS+= gnome1-dirs>=1.2:../../misc/gnome1-dirs |