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 | 3ad1bdbf063a03bdcca7087d41be98b07ad933af (patch) | |
tree | 7e51ed5182afc31c5b55e269ef05eb2f01cb97f2 /mail/fromto | |
parent | dc52048e014fdad9bb69ef9db159835a61c8dd4d (diff) | |
download | pkgsrc-3ad1bdbf063a03bdcca7087d41be98b07ad933af.tar.gz |
Move WRKSRC definition away from the first paragraph in a Makefile.
Diffstat (limited to 'mail/fromto')
-rw-r--r-- | mail/fromto/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/fromto/Makefile b/mail/fromto/Makefile index c16ff3a408d..562768324aa 100644 --- a/mail/fromto/Makefile +++ b/mail/fromto/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.6 2003/07/17 21:46:08 grant Exp $ +# $NetBSD: Makefile,v 1.7 2004/01/20 12:19:43 agc Exp $ # DISTNAME= fromto-1.5 -WRKSRC= ${WRKDIR} CATEGORIES= mail MASTER_SITES= ftp://ftp.sra.co.jp/pub/lang/perl/sra-scripts/ EXTRACT_SUFX= #empty @@ -12,6 +11,7 @@ COMMENT= Sendmail logfile viewer RESTRICTED= "Redistribution allowed for non-commercial purposes only" +WRKSRC= ${WRKDIR} USE_PERL5= yes do-extract: |