diff options
author | Patrick Li <pat@FreeBSD.org> | 2002-05-23 01:00:30 +0000 |
---|---|---|
committer | Patrick Li <pat@FreeBSD.org> | 2002-05-23 01:00:30 +0000 |
commit | eeede6ebed1eafbe631f7f137a0e8972db277c59 (patch) | |
tree | 02de68235841fc7889c68f88036c66fd2baff241 /lang/mawk | |
parent | 78e61a29aabe0e68b51d88e93d1febeb8aff471c (diff) |
Fix MASTER_SITES and give maintainership to submitter. Knock out
some portlint warnings while i'm at it.
PR: 38421
Submitted by: Erwin Lansing <erwin@lansing.dk>
Notes
Notes:
svn path=/head/; revision=59749
Diffstat (limited to 'lang/mawk')
-rw-r--r-- | lang/mawk/Makefile | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/lang/mawk/Makefile b/lang/mawk/Makefile index c8f181def487..c65388d32946 100644 --- a/lang/mawk/Makefile +++ b/lang/mawk/Makefile @@ -9,11 +9,13 @@ PORTNAME= mawk PORTVERSION= 1.3.3 CATEGORIES= lang -MASTER_SITES= ftp://ftp.whidbey.net/pub/brennan/ -DISTFILES= ${PORTNAME}${PORTVERSION}.tar.gz +MASTER_SITES= ftp://ftp.fu-berlin.de/pub/unix/languages/mawk/ \ + http://dl.droso.net/ports/ +DISTNAME= ${PORTNAME}${PORTVERSION} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= erwin@lansing.dk +WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} GNU_CONFIGURE= yes ALL_TARGET= |