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/psutils | |
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/psutils')
-rw-r--r-- | print/psutils/Makefile | 3 | ||||
-rw-r--r-- | print/psutils/pkg/COMMENT | 1 |
2 files changed, 2 insertions, 2 deletions
diff --git a/print/psutils/Makefile b/print/psutils/Makefile index a8d9adddc4e..fb8d8f590d7 100644 --- a/print/psutils/Makefile +++ b/print/psutils/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2001/01/11 01:53:28 wiz Exp $ +# $NetBSD: Makefile,v 1.18 2001/02/17 17:51:53 wiz Exp $ # FreeBSD Id: Makefile,v 1.15 1998/01/08 18:52:13 fenner Exp # @@ -8,6 +8,7 @@ CATEGORIES= print MASTER_SITES= ftp://ftp.dcs.ed.ac.uk/pub/ajcd/ MAINTAINER= packages@netbsd.org +COMMENT= Utilities for manipulating PostScript documents DEPENDS+= papersize-*:../../print/papersize diff --git a/print/psutils/pkg/COMMENT b/print/psutils/pkg/COMMENT deleted file mode 100644 index 760591f3c05..00000000000 --- a/print/psutils/pkg/COMMENT +++ /dev/null @@ -1 +0,0 @@ -Utilities for manipulating PostScript documents |