diff options
author | agc <agc@pkgsrc.org> | 2004-01-20 12:18:15 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 2004-01-20 12:18:15 +0000 |
commit | 61769bf56e2f71617516434864edec5b0165f3d4 (patch) | |
tree | 7e51ed5182afc31c5b55e269ef05eb2f01cb97f2 /mail/mutt/Makefile | |
parent | 3a111113dcf15a2b040e07ba3513ace1fed6fea6 (diff) | |
download | pkgsrc-61769bf56e2f71617516434864edec5b0165f3d4.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 |