diff options
author | wiz <wiz@pkgsrc.org> | 2001-02-17 17:42:09 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2001-02-17 17:42:09 +0000 |
commit | a87738b456114a95193b58ec31e883210d6b9f3f (patch) | |
tree | 926bbe6e07ce5aedfc0884e098d71275e74392c9 /print/a2ps | |
parent | ad02d69ab28ddc19bb63fd7441b9ad1fc18206bb (diff) | |
download | pkgsrc-a87738b456114a95193b58ec31e883210d6b9f3f.tar.gz |
Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.
Diffstat (limited to 'print/a2ps')
-rw-r--r-- | print/a2ps/Makefile | 3 | ||||
-rw-r--r-- | print/a2ps/pkg/COMMENT | 1 |
2 files changed, 2 insertions, 2 deletions
diff --git a/print/a2ps/Makefile b/print/a2ps/Makefile index 3cf5e61409d..5abb876d661 100644 --- a/print/a2ps/Makefile +++ b/print/a2ps/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.27 2000/06/21 07:07:40 jlam Exp $ +# $NetBSD: Makefile,v 1.28 2001/02/17 17:51:35 wiz Exp $ # FreeBSD Id: Makefile,v 1.12 1998/02/15 21:24:42 steve Exp # @@ -8,6 +8,7 @@ MASTER_SITES= ftp://ftp.enst.fr/pub/unix/a2ps/ MAINTAINER= packages@netbsd.org HOMEPAGE= http://www-inf.enst.fr/~demaille/a2ps/ +COMMENT= Formats an ascii file for printing on a postscript printer DEPENDS+= papersize-1.0.2:../../print/papersize DEPENDS+= psutils-1.17:../../print/psutils diff --git a/print/a2ps/pkg/COMMENT b/print/a2ps/pkg/COMMENT deleted file mode 100644 index ec44d846c31..00000000000 --- a/print/a2ps/pkg/COMMENT +++ /dev/null @@ -1 +0,0 @@ -Formats an ascii file for printing on a postscript printer |