diff options
author | Vasil Dimov <vd@FreeBSD.org> | 2006-04-15 09:18:47 +0000 |
---|---|---|
committer | Vasil Dimov <vd@FreeBSD.org> | 2006-04-15 09:18:47 +0000 |
commit | 45e382f04b2ba5e9bf521c10540c27832bcb8b5b (patch) | |
tree | 2a5ffe980f8408e31713d98949831280e440715f /ftp/wget/Makefile | |
parent | 47034a223754390a55759799d10c36334ef3442b (diff) | |
download | ports-45e382f04b2ba5e9bf521c10540c27832bcb8b5b.tar.gz ports-45e382f04b2ba5e9bf521c10540c27832bcb8b5b.zip |
Adopt
Notes
Notes:
svn path=/head/; revision=159571
Diffstat (limited to 'ftp/wget/Makefile')
-rw-r--r-- | ftp/wget/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/ftp/wget/Makefile b/ftp/wget/Makefile index f02676db035c..5c5eb324e62d 100644 --- a/ftp/wget/Makefile +++ b/ftp/wget/Makefile @@ -11,7 +11,7 @@ CATEGORIES= ftp www ipv6 MASTER_SITES= ${MASTER_SITE_GNU} MASTER_SITE_SUBDIR= wget -MAINTAINER= ports@FreeBSD.org +MAINTAINER= vd@FreeBSD.org COMMENT= Retrieve files from the Net via HTTP and FTP .if !defined(WITHOUT_NLS) @@ -20,7 +20,6 @@ USE_GETTEXT= yes CONFLICTS= wget-devel-[0-9]* -USE_REINPLACE= yes USE_PERL5_BUILD= yes GNU_CONFIGURE= yes |