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 | |
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')
-rw-r--r-- | ftp/wget-devel/Makefile | 4 | ||||
-rw-r--r-- | ftp/wget-devel/files/patch-ac | 11 | ||||
-rw-r--r-- | ftp/wget-devel/pkg-plist | 16 | ||||
-rw-r--r-- | ftp/wget/Makefile | 4 | ||||
-rw-r--r-- | ftp/wget/files/patch-ac | 11 | ||||
-rw-r--r-- | ftp/wget/pkg-plist | 16 |
6 files changed, 52 insertions, 10 deletions
diff --git a/ftp/wget-devel/Makefile b/ftp/wget-devel/Makefile index efd506f25f2d..ddbcf9fbbe83 100644 --- a/ftp/wget-devel/Makefile +++ b/ftp/wget-devel/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 diff --git a/ftp/wget-devel/files/patch-ac b/ftp/wget-devel/files/patch-ac new file mode 100644 index 000000000000..5fba79b376b3 --- /dev/null +++ b/ftp/wget-devel/files/patch-ac @@ -0,0 +1,11 @@ +--- doc/Makefile.in.orig Sun Dec 31 14:07:09 2000 ++++ doc/Makefile.in Mon Jan 15 04:52:47 2001 +@@ -22,7 +22,7 @@ + SHELL = /bin/sh + + # Program to format Texinfo source into Info files. +-MAKEINFO = @MAKEINFO@ ++MAKEINFO = @MAKEINFO@ --no-split + # Program to format Texinfo source into DVI files. + TEXI2DVI = texi2dvi + # Program to convert DVI files to PostScript diff --git a/ftp/wget-devel/pkg-plist b/ftp/wget-devel/pkg-plist index fd5fed61683b..579841e13480 100644 --- a/ftp/wget-devel/pkg-plist +++ b/ftp/wget-devel/pkg-plist @@ -1,12 +1,24 @@ -@comment $FreeBSD$ bin/wget etc/wgetrc @unexec install-info --delete %D/info/wget.info %D/info/dir info/wget.info @exec install-info %D/info/wget.info %D/info/dir share/locale/cs/LC_MESSAGES/wget.mo +share/locale/da/LC_MESSAGES/wget.mo share/locale/de/LC_MESSAGES/wget.mo +share/locale/el/LC_MESSAGES/wget.mo +share/locale/et/LC_MESSAGES/wget.mo +share/locale/fr/LC_MESSAGES/wget.mo +share/locale/gl/LC_MESSAGES/wget.mo share/locale/hr/LC_MESSAGES/wget.mo -share/locale/no/LC_MESSAGES/wget.mo share/locale/it/LC_MESSAGES/wget.mo +share/locale/ja/LC_MESSAGES/wget.mo +share/locale/nl/LC_MESSAGES/wget.mo +share/locale/no/LC_MESSAGES/wget.mo +share/locale/pl/LC_MESSAGES/wget.mo share/locale/pt_BR/LC_MESSAGES/wget.mo +share/locale/ru/LC_MESSAGES/wget.mo +share/locale/sk/LC_MESSAGES/wget.mo +share/locale/sl/LC_MESSAGES/wget.mo +share/locale/sv/LC_MESSAGES/wget.mo +share/locale/zh/LC_MESSAGES/wget.mo 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 diff --git a/ftp/wget/files/patch-ac b/ftp/wget/files/patch-ac new file mode 100644 index 000000000000..5fba79b376b3 --- /dev/null +++ b/ftp/wget/files/patch-ac @@ -0,0 +1,11 @@ +--- doc/Makefile.in.orig Sun Dec 31 14:07:09 2000 ++++ doc/Makefile.in Mon Jan 15 04:52:47 2001 +@@ -22,7 +22,7 @@ + SHELL = /bin/sh + + # Program to format Texinfo source into Info files. +-MAKEINFO = @MAKEINFO@ ++MAKEINFO = @MAKEINFO@ --no-split + # Program to format Texinfo source into DVI files. + TEXI2DVI = texi2dvi + # Program to convert DVI files to PostScript diff --git a/ftp/wget/pkg-plist b/ftp/wget/pkg-plist index fd5fed61683b..579841e13480 100644 --- a/ftp/wget/pkg-plist +++ b/ftp/wget/pkg-plist @@ -1,12 +1,24 @@ -@comment $FreeBSD$ bin/wget etc/wgetrc @unexec install-info --delete %D/info/wget.info %D/info/dir info/wget.info @exec install-info %D/info/wget.info %D/info/dir share/locale/cs/LC_MESSAGES/wget.mo +share/locale/da/LC_MESSAGES/wget.mo share/locale/de/LC_MESSAGES/wget.mo +share/locale/el/LC_MESSAGES/wget.mo +share/locale/et/LC_MESSAGES/wget.mo +share/locale/fr/LC_MESSAGES/wget.mo +share/locale/gl/LC_MESSAGES/wget.mo share/locale/hr/LC_MESSAGES/wget.mo -share/locale/no/LC_MESSAGES/wget.mo share/locale/it/LC_MESSAGES/wget.mo +share/locale/ja/LC_MESSAGES/wget.mo +share/locale/nl/LC_MESSAGES/wget.mo +share/locale/no/LC_MESSAGES/wget.mo +share/locale/pl/LC_MESSAGES/wget.mo share/locale/pt_BR/LC_MESSAGES/wget.mo +share/locale/ru/LC_MESSAGES/wget.mo +share/locale/sk/LC_MESSAGES/wget.mo +share/locale/sl/LC_MESSAGES/wget.mo +share/locale/sv/LC_MESSAGES/wget.mo +share/locale/zh/LC_MESSAGES/wget.mo |