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/distribute | |
parent | 3a111113dcf15a2b040e07ba3513ace1fed6fea6 (diff) | |
download | pkgsrc-61769bf56e2f71617516434864edec5b0165f3d4.tar.gz |
Move WRKSRC definition away from the first paragraph in a Makefile.
Diffstat (limited to 'mail/distribute')
-rw-r--r-- | mail/distribute/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/distribute/Makefile b/mail/distribute/Makefile index 2c77978a2bf..00004a646a9 100644 --- a/mail/distribute/Makefile +++ b/mail/distribute/Makefile @@ -1,10 +1,9 @@ -# $NetBSD: Makefile,v 1.11 2003/03/29 12:41:34 jmmv Exp $ +# $NetBSD: Makefile,v 1.12 2004/01/20 12:19:43 agc Exp $ # FreeBSD: ports/mail/distribute/Makefile,v 1.2 1999/08/25 06:50:06 obrien Exp # DISTNAME= distribute-2.1-pl19 PKGNAME= distribute-2.1.26 -WRKSRC= ${WRKDIR}/distribute-pl19 CATEGORIES= mail MASTER_SITES= ftp://ftp.foretune.co.jp/pub/network/mail/distribute/ @@ -17,6 +16,7 @@ MAINTAINER= itojun@itojun.org HOMEPAGE= http://www.foretune.co.jp/people/shigeya/distribute/ COMMENT= Mail dispatcher for mailing list. Fits nicely with majordomo +WRKSRC= ${WRKDIR}/distribute-pl19 USE_PERL5= YES MAN1= distribute.1 |