diff options
author | wiz <wiz> | 2002-12-02 10:12:19 +0000 |
---|---|---|
committer | wiz <wiz> | 2002-12-02 10:12:19 +0000 |
commit | df6122ad50a78d0e6fa2efd2327094a7a45f5412 (patch) | |
tree | 80a8d52533ccced17042deef93ca6ad7b56f4ccd /mail | |
parent | 9d6c1d2119c76fadeadf9e657dce117a73078757 (diff) | |
download | pkgsrc-df6122ad50a78d0e6fa2efd2327094a7a45f5412.tar.gz |
Use PKGNAME_NOREV for WRKSRC.
Diffstat (limited to 'mail')
-rw-r--r-- | mail/sendmail88/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/sendmail88/Makefile b/mail/sendmail88/Makefile index e01169bd930..e6b9c9bc88e 100644 --- a/mail/sendmail88/Makefile +++ b/mail/sendmail88/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2002/11/30 19:24:17 bouyer Exp $ +# $NetBSD: Makefile,v 1.7 2002/12/02 10:12:19 wiz Exp $ DISTNAME= sendmail.8.8.8 PKGNAME= sendmail-8.8.8 @@ -13,7 +13,7 @@ HOMEPAGE= http://www.sendmail.org/ COMMENT= The well known Mail Transport Agent MANCOMPRESSED_IF_MANZ= YES -WRKSRC= ${WRKDIR}/sendmail-8.8.8 +WRKSRC= ${WRKDIR}/${PKGNAME_NOREV} M4DIR= ${PREFIX}/share/sendmail M4FILES= README domain/Berkeley.EDU.m4 \ |