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/elm-me | |
parent | 3a111113dcf15a2b040e07ba3513ace1fed6fea6 (diff) | |
download | pkgsrc-61769bf56e2f71617516434864edec5b0165f3d4.tar.gz |
Move WRKSRC definition away from the first paragraph in a Makefile.
Diffstat (limited to 'mail/elm-me')
-rw-r--r-- | mail/elm-me/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/elm-me/Makefile b/mail/elm-me/Makefile index efd2ed1905b..71fa31e54e3 100644 --- a/mail/elm-me/Makefile +++ b/mail/elm-me/Makefile @@ -1,11 +1,10 @@ -# $NetBSD: Makefile,v 1.12 2003/07/17 21:45:55 grant Exp $ +# $NetBSD: Makefile,v 1.13 2004/01/20 12:19:43 agc Exp $ # FreeBSD: Makefile,v 1.42 1997/12/24 01:21:07 alex Exp # DISTNAME= elm-2.4ME+93 PKGNAME= elm-me-2.4.93 PKGREVISION= 1 -WRKSRC= ${WRKDIR}/elm2.4.ME+.93 CATEGORIES= mail MASTER_SITES= ftp://ftp.ozone.fmi.fi/KEH/ \ ftp://ftp.funet.fi/pub/unix/mail/elm/elm-2.4ME+/ \ @@ -17,6 +16,7 @@ COMMENT= ELM Mail User Agent with ME extensions CONFLICTS= elm-[0-9]* +WRKSRC= ${WRKDIR}/elm2.4.ME+.93 USE_BUILDLINK2= YES USE_PKGINSTALL= YES HAS_CONFIGURE= YES |