diff options
author | agc <agc> | 2004-01-20 12:18:15 +0000 |
---|---|---|
committer | agc <agc> | 2004-01-20 12:18:15 +0000 |
commit | 1e53090cc228edde244c3b79950271b8ca469b1f (patch) | |
tree | 7e51ed5182afc31c5b55e269ef05eb2f01cb97f2 /mail/mutt/Makefile | |
parent | 0bc53217fe50327f0f59e7136db15f92f75951d9 (diff) | |
download | pkgsrc-1e53090cc228edde244c3b79950271b8ca469b1f.tar.gz |
Move WRKSRC definition away from the first paragraph in a Makefile.
Diffstat (limited to 'mail/mutt/Makefile')
-rw-r--r-- | mail/mutt/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/mutt/Makefile b/mail/mutt/Makefile index 90f72d77034..8de2e80487c 100644 --- a/mail/mutt/Makefile +++ b/mail/mutt/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.108 2003/12/12 10:45:18 grant Exp $ +# $NetBSD: Makefile,v 1.109 2004/01/20 12:19:43 agc Exp $ DISTNAME= mutt-1.4.1i PKGNAME= ${DISTNAME:C/i$//} PKGREVISION= 3 -WRKSRC= ${WRKDIR}/${DISTNAME:C/i$$//} CATEGORIES= mail MASTER_SITES= ftp://ftp.mutt.org/mutt/ \ ftp://ftp.stealth.net/pub/mirrors/ftp.mutt.org/pub/mutt/ \ @@ -16,6 +15,7 @@ COMMENT= Text-based MIME mail client with PGP support BUILD_USES_MSGFMT= yes +WRKSRC= ${WRKDIR}/${DISTNAME:C/i$$//} USE_BUILDLINK2= yes USE_PKGINSTALL= yes GNU_CONFIGURE= yes |