diff options
author | jmc <jmc> | 2003-08-01 03:01:05 +0000 |
---|---|---|
committer | jmc <jmc> | 2003-08-01 03:01:05 +0000 |
commit | 205e630b8f9d3af7aa93a2f1823cbb2e4b5c436e (patch) | |
tree | 1715672187796fc3c7b099be98b2f092a57bfe65 /mail | |
parent | eb2c7bf3f45f1f01efc17b86387eb05a9bb75196 (diff) | |
download | pkgsrc-205e630b8f9d3af7aa93a2f1823cbb2e4b5c436e.tar.gz |
DIST_SUBDIR needs to be based off of PKGNAME_NOREV
Diffstat (limited to 'mail')
-rw-r--r-- | mail/imap-uw-utils/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/imap-uw-utils/Makefile b/mail/imap-uw-utils/Makefile index e33ee5ab4cd..37fef92b1aa 100644 --- a/mail/imap-uw-utils/Makefile +++ b/mail/imap-uw-utils/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2003/07/28 15:52:55 adam Exp $ +# $NetBSD: Makefile,v 1.12 2003/08/01 03:01:05 jmc Exp $ DISTNAME= imap-utils PKGNAME= imap-uw-utils-20020102 @@ -12,7 +12,7 @@ MAINTAINER= jlam@NetBSD.org HOMEPAGE= http://www.washington.edu/imap/ COMMENT= UW IMAP mailbox utilities -DIST_SUBDIR= ${PKGNAME} +DIST_SUBDIR= ${PKGNAME_NOREV} USE_BUILDLINK2= # defined SRCDIRS= chkmail dmail icat ifrom imapcopy imapxfer \ |