diff options
author | pat <pat@FreeBSD.org> | 2002-05-23 09:00:30 +0800 |
---|---|---|
committer | pat <pat@FreeBSD.org> | 2002-05-23 09:00:30 +0800 |
commit | 6f6efbb027ba098942c237cc508f032e8d82f28f (patch) | |
tree | 118e532d26df3622bab740cf7528ab3ebc4b925d /lang/mawk | |
parent | 5596ae924c92b48da9f8707df413e583b133ce37 (diff) | |
download | freebsd-ports-gnome-6f6efbb027ba098942c237cc508f032e8d82f28f.tar.gz freebsd-ports-gnome-6f6efbb027ba098942c237cc508f032e8d82f28f.tar.zst freebsd-ports-gnome-6f6efbb027ba098942c237cc508f032e8d82f28f.zip |
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>
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= |