diff options
author | wiz <wiz> | 2001-02-17 17:31:58 +0000 |
---|---|---|
committer | wiz <wiz> | 2001-02-17 17:31:58 +0000 |
commit | 26730104be8e403eeb8a7ec5ff7903af6ee1418c (patch) | |
tree | ff17e85c241ba8999810590573dfaabbb05305c1 /time/catclock | |
parent | 5c2ded063c246b745cbe88b35958aeb774b3efff (diff) | |
download | pkgsrc-26730104be8e403eeb8a7ec5ff7903af6ee1418c.tar.gz |
Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.
Diffstat (limited to 'time/catclock')
-rw-r--r-- | time/catclock/Makefile | 3 | ||||
-rw-r--r-- | time/catclock/pkg/COMMENT | 1 |
2 files changed, 2 insertions, 2 deletions
diff --git a/time/catclock/Makefile b/time/catclock/Makefile index cdf44a882b1..1416525b45f 100644 --- a/time/catclock/Makefile +++ b/time/catclock/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2000/12/17 23:32:15 wiz Exp $ +# $NetBSD: Makefile,v 1.2 2001/02/17 17:32:01 wiz Exp $ # DISTNAME= catclock @@ -11,6 +11,7 @@ MASTER_SITES= http://www2.cenaath.cena.dgac.fr/ftp/decwindows/ \ EXTRACT_SUFX= .zip MAINTAINER= packages@netbsd.org +COMMENT= Variant of the MIT xclock with a "cat" mode BUILD_DEPENDS= unzip:../../archivers/unzip diff --git a/time/catclock/pkg/COMMENT b/time/catclock/pkg/COMMENT deleted file mode 100644 index 75b544b9f34..00000000000 --- a/time/catclock/pkg/COMMENT +++ /dev/null @@ -1 +0,0 @@ -Variant of the MIT xclock with a "cat" mode |