diff options
author | agc <agc> | 2001-02-17 09:06:56 +0000 |
---|---|---|
committer | agc <agc> | 2001-02-17 09:06:56 +0000 |
commit | 791d0f000e3800b92390f9dc47dfcdb2a421a0ca (patch) | |
tree | 7be69a1c41c51ca83affb66df5175564f77f3599 /lang/pforth | |
parent | ce53854194ec79cb0de0babb412a888dc24f3985 (diff) | |
download | pkgsrc-791d0f000e3800b92390f9dc47dfcdb2a421a0ca.tar.gz |
Move the COMMENT from being in its own file to a definition in the
package Makefile.
Diffstat (limited to 'lang/pforth')
-rw-r--r-- | lang/pforth/Makefile | 3 | ||||
-rw-r--r-- | lang/pforth/pkg/COMMENT | 1 |
2 files changed, 2 insertions, 2 deletions
diff --git a/lang/pforth/Makefile b/lang/pforth/Makefile index 99d4f1716b5..a2574ce2a51 100644 --- a/lang/pforth/Makefile +++ b/lang/pforth/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2001/01/19 22:26:59 jtb Exp $ +# $NetBSD: Makefile,v 1.2 2001/02/17 09:07:25 agc Exp $ DISTNAME= pfthunix19 PKGNAME= pforth-19 @@ -8,6 +8,7 @@ EXTRACT_SUFX= .tar.Z MAINTAINER= jtb@netbsd.org HOMEPAGE= http://www.softsynth.com/pforth/ +COMMENT= Portable ANS-like Forth WRKSRC= ${WRKDIR}/pforth USE_GMAKE= YES diff --git a/lang/pforth/pkg/COMMENT b/lang/pforth/pkg/COMMENT deleted file mode 100644 index b64667eda86..00000000000 --- a/lang/pforth/pkg/COMMENT +++ /dev/null @@ -1 +0,0 @@ -Portable ANS-like Forth |