diff options
Diffstat (limited to 'math/calc/Makefile')
-rw-r--r-- | math/calc/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/math/calc/Makefile b/math/calc/Makefile index e1988dfc8b7..4b43a130315 100644 --- a/math/calc/Makefile +++ b/math/calc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2000/12/13 23:51:34 jtb Exp $ +# $NetBSD: Makefile,v 1.3 2001/02/17 18:22:15 wiz Exp $ DISTNAME= calc-2.02f CATEGORIES= math @@ -6,6 +6,7 @@ MASTER_SITES= ${MASTER_SITE_GNU:=calc/} MAINTAINER= jtb@netbsd.org HOMEPAGE= http://www.gnu.org/software/calc/calc.html +COMMENT= Advanced Calculator for GNU Emacs .include "../../mk/bsd.prefs.mk" |