diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 1999-07-04 19:05:24 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 1999-07-04 19:05:24 +0000 |
commit | dc47957207e4b05654b4c9dad811510737941779 (patch) | |
tree | e25128ef0c02c688565e87cd5a6956cc9252da41 /ftp/wget | |
parent | 8c1a3f1e3d34da8093f54bc29e7e6fdaba120976 (diff) |
Add secondary category "www".
Notes
Notes:
svn path=/head/; revision=20000
Diffstat (limited to 'ftp/wget')
-rw-r--r-- | ftp/wget/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ftp/wget/Makefile b/ftp/wget/Makefile index 155404ca0138..caa84d1b64e1 100644 --- a/ftp/wget/Makefile +++ b/ftp/wget/Makefile @@ -3,11 +3,11 @@ # Date created: 31 December 1996 # Whom: Thomas Gellekum <tg@FreeBSD.ORG> # -# $Id: Makefile,v 1.13 1999/05/01 02:31:46 steve Exp $ +# $Id: Makefile,v 1.14 1999/06/05 22:31:23 mharo Exp $ # DISTNAME= wget-1.5.3 -CATEGORIES= net +CATEGORIES= net www MASTER_SITES= ${MASTER_SITE_GNU} \ ftp://ftp.dl.ac.uk/ccp14/ftp-mirror/wget/pub/unix/util/wget/ \ ftp://ftp.informatik.hu-berlin.de/gnu/wget/ \ @@ -15,7 +15,7 @@ MASTER_SITES= ${MASTER_SITE_GNU} \ ftp://ftp.max.irk.ru/pub/unix/net/www/wget/ MASTER_SITE_SUBDIR= wget -MAINTAINER= ports@FreeBSD.ORG +MAINTAINER= obrien@FreeBSD.ORG LIB_DEPENDS= intl.1:${PORTSDIR}/devel/gettext |