diff options
author | FUJISHIMA Satsuki <sf@FreeBSD.org> | 2001-01-14 20:11:06 +0000 |
---|---|---|
committer | FUJISHIMA Satsuki <sf@FreeBSD.org> | 2001-01-14 20:11:06 +0000 |
commit | dcfa8d2acc34e3b2cb92844530322442fc168513 (patch) | |
tree | 031b8ea778c8f8bba43ca3305c3f1fe0152ef892 /ftp/wget | |
parent | 022d8e7d2e2faefdc615ea03cbc4392a12c73c60 (diff) |
Notes
Diffstat (limited to 'ftp/wget')
-rw-r--r-- | ftp/wget/Makefile | 4 | ||||
-rw-r--r-- | ftp/wget/files/patch-ac | 11 | ||||
-rw-r--r-- | ftp/wget/pkg-plist | 16 |
3 files changed, 26 insertions, 5 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 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 |