summaryrefslogtreecommitdiffstats
path: root/ftp/wget
diff options
context:
space:
mode:
authorvanilla <vanilla@FreeBSD.org>2000-06-24 15:33:02 +0000
committervanilla <vanilla@FreeBSD.org>2000-06-24 15:33:02 +0000
commita2b46f38e2e701ae82c748d6676033dfbb36377d (patch)
tree8dda8398d402b50f5fa62d5a51ec24d5f83c540b /ftp/wget
parent798247c5109b25ad9ed708b571352176d9316a5d (diff)
downloadFreeBSD-ports-a2b46f38e2e701ae82c748d6676033dfbb36377d.zip
FreeBSD-ports-a2b46f38e2e701ae82c748d6676033dfbb36377d.tar.gz
no-split info file.
Diffstat (limited to 'ftp/wget')
-rw-r--r--ftp/wget/Makefile7
-rw-r--r--ftp/wget/pkg-plist5
2 files changed, 4 insertions, 8 deletions
diff --git a/ftp/wget/Makefile b/ftp/wget/Makefile
index 0fddbe5..6fdf4c7 100644
--- a/ftp/wget/Makefile
+++ b/ftp/wget/Makefile
@@ -24,11 +24,10 @@ GNU_CONFIGURE= yes
CONFIGURE_ENV= CPPFLAGS=-I${PREFIX}/include \
LDFLAGS=-L${PREFIX}/lib
-INFOFILES= wget.info
+pre-build:
+ ${RM} -rf ${WRKSRC}/doc/wget.info*
post-install:
-.for i in ${INFOFILES}
- install-info ${PREFIX}/info/${i} ${PREFIX}/info/dir
-.endfor
+ install-info ${PREFIX}/info/wget.info ${PREFIX}/info/dir
.include <bsd.port.mk>
diff --git a/ftp/wget/pkg-plist b/ftp/wget/pkg-plist
index a79cc66..287385a 100644
--- a/ftp/wget/pkg-plist
+++ b/ftp/wget/pkg-plist
@@ -2,13 +2,10 @@ bin/wget
etc/wgetrc
@unexec install-info --delete %D/info/wget.info %D/info/dir
info/wget.info
-info/wget.info-1
-info/wget.info-2
-info/wget.info-3
+@exec install-info %D/info/wget.info %D/info/dir
share/locale/cs/LC_MESSAGES/wget.mo
share/locale/de/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/pt_BR/LC_MESSAGES/wget.mo
-@exec install-info %D/info/wget.info %D/info/dir
OpenPOWER on IntegriCloud