diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 2000-06-24 15:33:02 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 2000-06-24 15:33:02 +0000 |
commit | 87f2bb63fb3240bd78d7593430bb19ca45c5c2f0 (patch) | |
tree | d230d9ff73aea547a4efeb79b425de5f1655549e /ftp | |
parent | Upgrade to latest version. (diff) |
no-split info file.
Notes
Notes:
svn path=/head/; revision=29841
Diffstat (limited to 'ftp')
-rw-r--r-- | ftp/wget-devel/Makefile | 7 | ||||
-rw-r--r-- | ftp/wget-devel/pkg-plist | 5 | ||||
-rw-r--r-- | ftp/wget/Makefile | 7 | ||||
-rw-r--r-- | ftp/wget/pkg-plist | 5 |
4 files changed, 8 insertions, 16 deletions
diff --git a/ftp/wget-devel/Makefile b/ftp/wget-devel/Makefile index 0fddbe5feaa0..6fdf4c758f5f 100644 --- a/ftp/wget-devel/Makefile +++ b/ftp/wget-devel/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-devel/pkg-plist b/ftp/wget-devel/pkg-plist index a79cc6636d0b..287385a28c43 100644 --- a/ftp/wget-devel/pkg-plist +++ b/ftp/wget-devel/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 diff --git a/ftp/wget/Makefile b/ftp/wget/Makefile index 0fddbe5feaa0..6fdf4c758f5f 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 a79cc6636d0b..287385a28c43 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 |