diff options
author | tv <tv> | 2004-04-07 11:52:01 +0000 |
---|---|---|
committer | tv <tv> | 2004-04-07 11:52:01 +0000 |
commit | 2a2ee36d46b71e3f92457340c49630c317fbb495 (patch) | |
tree | 91ab22250fe18a535d75b6743e99b1050ea57061 /mail | |
parent | 8e30ff0ec0c6a0f0c4235ba6e723482aa29b9a51 (diff) | |
download | pkgsrc-2a2ee36d46b71e3f92457340c49630c317fbb495.tar.gz |
DIST_SUBDIR should use PKGNAME_NOREV.
Diffstat (limited to 'mail')
-rw-r--r-- | mail/demime/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/demime/Makefile b/mail/demime/Makefile index 5b81a91d3ee..6d07fd2a99e 100644 --- a/mail/demime/Makefile +++ b/mail/demime/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2004/03/27 21:33:32 wiz Exp $ +# $NetBSD: Makefile,v 1.11 2004/04/07 11:52:01 tv Exp $ # DISTNAME= demime-0.99d.1 @@ -18,7 +18,7 @@ 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} +DIST_SUBDIR= ${PKGNAME_NOREV} NO_BUILD= YES USE_BUILDLINK2= YES USE_PKGINSTALL= YES |