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/fromto/Makefile | |
parent | 3a111113dcf15a2b040e07ba3513ace1fed6fea6 (diff) | |
download | pkgsrc-61769bf56e2f71617516434864edec5b0165f3d4.tar.gz |
Move WRKSRC definition away from the first paragraph in a Makefile.
Diffstat (limited to 'mail/fromto/Makefile')
-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: |