summaryrefslogtreecommitdiff
path: root/lang/fort77
diff options
context:
space:
mode:
authoragc <agc@pkgsrc.org>2001-02-17 09:06:56 +0000
committeragc <agc@pkgsrc.org>2001-02-17 09:06:56 +0000
commit82acd159f7158e3b9efdc652d4faed7d75ffabde (patch)
tree7be69a1c41c51ca83affb66df5175564f77f3599 /lang/fort77
parent6cbbf89ce0ad4a62a586066dda99b7bbecd668ae (diff)
downloadpkgsrc-82acd159f7158e3b9efdc652d4faed7d75ffabde.tar.gz
Move the COMMENT from being in its own file to a definition in the
package Makefile.
Diffstat (limited to 'lang/fort77')
-rw-r--r--lang/fort77/Makefile3
-rw-r--r--lang/fort77/pkg/COMMENT1
2 files changed, 2 insertions, 2 deletions
diff --git a/lang/fort77/Makefile b/lang/fort77/Makefile
index b9046b62972..431a7c65c54 100644
--- a/lang/fort77/Makefile
+++ b/lang/fort77/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2000/08/21 21:01:31 hubertf Exp $
+# $NetBSD: Makefile,v 1.7 2001/02/17 09:07:06 agc Exp $
#
DISTNAME= fort77-1.14a
@@ -6,6 +6,7 @@ CATEGORIES= lang
MASTER_SITES= ${MASTER_SITE_SUNSITE:=devel/lang/fortran/}
MAINTAINER= packages@netbsd.org
+COMMENT= the driver for f2c, a fortran to C translator
DEPENDS+= f2c-*:../../lang/f2c
diff --git a/lang/fort77/pkg/COMMENT b/lang/fort77/pkg/COMMENT
deleted file mode 100644
index 37d70233a3b..00000000000
--- a/lang/fort77/pkg/COMMENT
+++ /dev/null
@@ -1 +0,0 @@
-the driver for f2c, a fortran to C translator