diff options
author | wiz <wiz@pkgsrc.org> | 2007-02-22 19:26:05 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2007-02-22 19:26:05 +0000 |
commit | 601583c3207bd23bb05d0761888aefcb5699e1c2 (patch) | |
tree | fae33b1f36c87708a527346fcfbac7913893ed98 /mail/demime | |
parent | 7d3fc308d5df79646f49f260085854f0bcc2fd80 (diff) | |
download | pkgsrc-601583c3207bd23bb05d0761888aefcb5699e1c2.tar.gz |
Whitespace cleanup, courtesy of pkglint.
Patch provided by Sergey Svishchev in private mail.
Diffstat (limited to 'mail/demime')
-rw-r--r-- | mail/demime/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/mail/demime/Makefile b/mail/demime/Makefile index 25e7561ec38..df0bd46b68d 100644 --- a/mail/demime/Makefile +++ b/mail/demime/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.21 2007/01/07 09:13:57 rillig Exp $ +# $NetBSD: Makefile,v 1.22 2007/02/22 19:26:40 wiz Exp $ # DISTNAME= demime-1.1d @@ -13,10 +13,10 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://scifi.squawk.com/demime.html COMMENT= Tool to scrub mime from mailing lists -DEPENDS+= p5-MIME-Base64-[0-9]*:../../converters/p5-MIME-Base64 -DEPENDS+= p5-libwww-[0-9]*:../../www/p5-libwww -DEPENDS+= p5-HTML-Format-[0-9]*:../../www/p5-HTML-Format -DEPENDS+= p5-HTML-Tree-[0-9]*:../../www/p5-HTML-Tree +DEPENDS+= p5-MIME-Base64-[0-9]*:../../converters/p5-MIME-Base64 +DEPENDS+= p5-libwww-[0-9]*:../../www/p5-libwww +DEPENDS+= p5-HTML-Format-[0-9]*:../../www/p5-HTML-Format +DEPENDS+= p5-HTML-Tree-[0-9]*:../../www/p5-HTML-Tree DIST_SUBDIR= ${PKGNAME_NOREV} USE_TOOLS+= perl:run pod2man |