diff options
author | wiz <wiz> | 2001-02-17 17:42:09 +0000 |
---|---|---|
committer | wiz <wiz> | 2001-02-17 17:42:09 +0000 |
commit | 4e3547de3bbe9aae985ad91f7aae76896b121cf0 (patch) | |
tree | 926bbe6e07ce5aedfc0884e098d71275e74392c9 /sysutils/pcvt-utils/Makefile | |
parent | 26730104be8e403eeb8a7ec5ff7903af6ee1418c (diff) | |
download | pkgsrc-4e3547de3bbe9aae985ad91f7aae76896b121cf0.tar.gz |
Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.
Diffstat (limited to 'sysutils/pcvt-utils/Makefile')
-rw-r--r-- | sysutils/pcvt-utils/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sysutils/pcvt-utils/Makefile b/sysutils/pcvt-utils/Makefile index 0e39443e892..9e200b2b85d 100644 --- a/sysutils/pcvt-utils/Makefile +++ b/sysutils/pcvt-utils/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2000/12/04 13:38:25 hubertf Exp $ +# $NetBSD: Makefile,v 1.2 2001/02/17 17:42:16 wiz Exp $ # DISTNAME= netbsd-pcvt-20000611 @@ -8,6 +8,7 @@ MASTER_SITES= ${MASTER_SITE_LOCAL} MAINTAINER= hubertf@netbsd.org HOMEPAGE= http://cvsweb.netbsd.org/bsdweb.cgi/syssrc/sys/arch/i386/isa/pcvt/ +COMMENT= Useful leftovers from pcvt: playvt and two font editors ONLY_FOR_PLATFORM= NetBSD-*-* WRKSRC= ${WRKDIR}/pcvt/Util |