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 /print/if-psprint | |
parent | 26730104be8e403eeb8a7ec5ff7903af6ee1418c (diff) | |
download | pkgsrc-4e3547de3bbe9aae985ad91f7aae76896b121cf0.tar.gz |
Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.
Diffstat (limited to 'print/if-psprint')
-rw-r--r-- | print/if-psprint/Makefile | 3 | ||||
-rw-r--r-- | print/if-psprint/pkg/COMMENT | 1 |
2 files changed, 2 insertions, 2 deletions
diff --git a/print/if-psprint/Makefile b/print/if-psprint/Makefile index ca9d88d3894..5b84e1e997d 100644 --- a/print/if-psprint/Makefile +++ b/print/if-psprint/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2000/12/05 15:49:37 abs Exp $ +# $NetBSD: Makefile,v 1.5 2001/02/17 17:51:45 wiz Exp $ # DISTNAME= if-psprint-1.3 @@ -7,6 +7,7 @@ MASTER_SITES= # empty DISTFILES= # empty MAINTAINER= abs@netbsd.org +COMMENT= Filter to print text or postscript to arbitrary printer, can use smb DEPENDS+= ghostscript{,-nox11}-[6-9]*:../../print/ghostscript DEPENDS+= enscript-[0-9]*:../../print/enscript diff --git a/print/if-psprint/pkg/COMMENT b/print/if-psprint/pkg/COMMENT deleted file mode 100644 index 15b258d542f..00000000000 --- a/print/if-psprint/pkg/COMMENT +++ /dev/null @@ -1 +0,0 @@ -Filter to print text or postscript to arbitrary printer, can use smb |