diff options
author | sf <sf@FreeBSD.org> | 2001-01-15 04:11:06 +0800 |
---|---|---|
committer | sf <sf@FreeBSD.org> | 2001-01-15 04:11:06 +0800 |
commit | 7df041fc9a7f365ff6352c229c85a1621cc79aa8 (patch) | |
tree | 800c82afe141e3af6e48c01d292ab47b54ed55e2 /ftp/wget/Makefile | |
parent | 34231167ef2ac01bf24453d183b8c966ab8d7c51 (diff) | |
download | freebsd-ports-gnome-7df041fc9a7f365ff6352c229c85a1621cc79aa8.tar.gz freebsd-ports-gnome-7df041fc9a7f365ff6352c229c85a1621cc79aa8.tar.zst freebsd-ports-gnome-7df041fc9a7f365ff6352c229c85a1621cc79aa8.zip |
o info file unified again.
o add missing catalogues.
o supress installing zh_TW.BIG5.po. it actually does nothing and seems
integrated with wget distribution.
o I'll maintain this port.
Diffstat (limited to 'ftp/wget/Makefile')
-rw-r--r-- | ftp/wget/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/ftp/wget/Makefile b/ftp/wget/Makefile index efd506f25f2d..ddbcf9fbbe83 100644 --- a/ftp/wget/Makefile +++ b/ftp/wget/Makefile @@ -1,4 +1,3 @@ -# ex:ts=8 # Ports collection makefile for: wget # Date created: 31 December 1996 # Whom: Thomas Gellekum <tg@FreeBSD.org> @@ -16,7 +15,7 @@ MASTER_SITES= ${MASTER_SITE_GNU} \ ftp://ftp.max.irk.ru/unix/net/www/wget/ MASTER_SITE_SUBDIR= wget -MAINTAINER= ports@FreeBSD.org +MAINTAINER= sf@FreeBSD.org LIB_DEPENDS= intl.1:${PORTSDIR}/devel/gettext @@ -26,7 +25,6 @@ CONFIGURE_ENV+= CPPFLAGS=-I${PREFIX}/include \ pre-build: @${RM} -rf ${WRKSRC}/doc/wget.info* - @${CP} ${FILESDIR}/zh_TW.Big5.po ${WRKSRC}/po post-install: install-info ${PREFIX}/info/wget.info ${PREFIX}/info/dir |