summaryrefslogtreecommitdiff
path: root/lang/snobol
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/snobol
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/snobol')
-rw-r--r--lang/snobol/Makefile3
-rw-r--r--lang/snobol/pkg/COMMENT1
2 files changed, 2 insertions, 2 deletions
diff --git a/lang/snobol/Makefile b/lang/snobol/Makefile
index eaf5823c606..19a151e71c1 100644
--- a/lang/snobol/Makefile
+++ b/lang/snobol/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2001/02/06 18:27:36 wiz Exp $
+# $NetBSD: Makefile,v 1.4 2001/02/17 09:07:30 agc Exp $
#
DISTNAME= snobol-0.99.4
@@ -10,6 +10,7 @@ DISTFILES= vanilla.zip ${DISTNAME}${EXTRACT_SUFX}
MAINTAINER= refling@comet.lbl.gov
HOMEPAGE= http://people.ne.mediaone.net/philbudne/snobol.html
+COMMENT= Macro implementation of SNOBOL4 in C
BUILD_DEPENDS= unzip:../../archivers/unzip
diff --git a/lang/snobol/pkg/COMMENT b/lang/snobol/pkg/COMMENT
deleted file mode 100644
index 033d99c1b3e..00000000000
--- a/lang/snobol/pkg/COMMENT
+++ /dev/null
@@ -1 +0,0 @@
-Macro implementation of SNOBOL4 in C