diff options
author | agc <agc@pkgsrc.org> | 2001-02-17 09:06:56 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 2001-02-17 09:06:56 +0000 |
commit | 82acd159f7158e3b9efdc652d4faed7d75ffabde (patch) | |
tree | 7be69a1c41c51ca83affb66df5175564f77f3599 /lang/vscm | |
parent | 6cbbf89ce0ad4a62a586066dda99b7bbecd668ae (diff) | |
download | pkgsrc-82acd159f7158e3b9efdc652d4faed7d75ffabde.tar.gz |
Move the COMMENT from being in its own file to a definition in the
package Makefile.
Diffstat (limited to 'lang/vscm')
-rw-r--r-- | lang/vscm/Makefile | 3 | ||||
-rw-r--r-- | lang/vscm/pkg/COMMENT | 1 |
2 files changed, 2 insertions, 2 deletions
diff --git a/lang/vscm/Makefile b/lang/vscm/Makefile index b033b9cae12..c2d583132fa 100644 --- a/lang/vscm/Makefile +++ b/lang/vscm/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2000/11/17 13:59:50 wiz Exp $ +# $NetBSD: Makefile,v 1.3 2001/02/17 09:07:38 agc Exp $ DISTNAME= vscmV0r4 PKGNAME= vscm-0.4 @@ -10,6 +10,7 @@ PATCH_SITES= ${MASTER_SITES} MAINTAINER= packages@netbsd.org HOMEPAGE= http://www.cs.princeton.edu/~blume/vscm/ +COMMENT= Portable scheme implementation USE_GMAKE= yes diff --git a/lang/vscm/pkg/COMMENT b/lang/vscm/pkg/COMMENT deleted file mode 100644 index 68984447073..00000000000 --- a/lang/vscm/pkg/COMMENT +++ /dev/null @@ -1 +0,0 @@ -Portable scheme implementation |