diff options
author | seb <seb@pkgsrc.org> | 2003-08-04 14:27:29 +0000 |
---|---|---|
committer | seb <seb@pkgsrc.org> | 2003-08-04 14:27:29 +0000 |
commit | 01b8cdea6be5b5a7b70217e36d6a6295ec0699c1 (patch) | |
tree | 2db51e374a072dc5bfa07f2a792f8de8dca2b6fc /net | |
parent | 9f21f69eefdc0c83c40b2e06bc99200ee4ec6839 (diff) | |
download | pkgsrc-01b8cdea6be5b5a7b70217e36d6a6295ec0699c1.tar.gz |
Convert to USE_NEW_TEXINFO.
Diffstat (limited to 'net')
-rw-r--r-- | net/wget/Makefile | 4 | ||||
-rw-r--r-- | net/wget/PLIST | 4 | ||||
-rw-r--r-- | net/yafc/Makefile | 4 | ||||
-rw-r--r-- | net/yafc/PLIST | 4 |
4 files changed, 6 insertions, 10 deletions
diff --git a/net/wget/Makefile b/net/wget/Makefile index 7554e42eeee..4a2ef96207b 100644 --- a/net/wget/Makefile +++ b/net/wget/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.65 2003/07/17 22:52:02 grant Exp $ +# $NetBSD: Makefile,v 1.66 2003/08/04 14:27:29 seb Exp $ DISTNAME= wget-1.8.2 PKGREVISION= 1 @@ -30,6 +30,7 @@ CONFIGURE_ENV+= OPENSSL_LDFLAGS="${OPENSSL_LDFLAGS}" EGDIR= ${PREFIX}/share/examples/wget CONF_FILES= ${EGDIR}/wgetrc ${PKG_SYSCONFDIR}/wgetrc +USE_NEW_TEXINFO= YES INFO_FILES= wget.info .include "../../mk/bsd.prefs.mk" @@ -43,5 +44,4 @@ CONFIGURE_ARGS+=--without-ssl .endif .include "../../devel/gettext-lib/buildlink2.mk" -.include "../../mk/texinfo.mk" .include "../../mk/bsd.pkg.mk" diff --git a/net/wget/PLIST b/net/wget/PLIST index ebd14e52a87..c53b7a48230 100644 --- a/net/wget/PLIST +++ b/net/wget/PLIST @@ -1,13 +1,11 @@ -@comment $NetBSD: PLIST,v 1.6 2002/12/16 11:39:00 wiz Exp $ +@comment $NetBSD: PLIST,v 1.7 2003/08/04 14:27:29 seb Exp $ bin/wget man/man1/wget.1 -@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 info/wget.info-4 -@exec ${INSTALL_INFO} %D/info/wget.info %D/info/dir ${PKGLOCALEDIR}/locale/bg/LC_MESSAGES/wget.mo ${PKGLOCALEDIR}/locale/ca/LC_MESSAGES/wget.mo ${PKGLOCALEDIR}/locale/cs/LC_MESSAGES/wget.mo diff --git a/net/yafc/Makefile b/net/yafc/Makefile index 79e5814aedf..63d223d1e7a 100644 --- a/net/yafc/Makefile +++ b/net/yafc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2003/07/17 22:52:06 grant Exp $ +# $NetBSD: Makefile,v 1.5 2003/08/04 14:31:02 seb Exp $ DISTNAME= yafc-0.7.10 CATEGORIES= net @@ -14,6 +14,7 @@ USE_GNU_READLINE= yes USE_BUILDLINK2= yes CONFIGURE_ARGS+= --with-readline=${BUILDLINK_PREFIX.readline} +USE_NEW_TEXINFO= YES INFO_FILES= yafc.info .include "../../mk/bsd.prefs.mk" @@ -25,5 +26,4 @@ CPPFLAGS+= -I/usr/include/gssapi .endif .include "../../devel/readline/buildlink2.mk" -.include "../../mk/texinfo.mk" .include "../../mk/bsd.pkg.mk" diff --git a/net/yafc/PLIST b/net/yafc/PLIST index 5a61af92ff0..de71614a376 100644 --- a/net/yafc/PLIST +++ b/net/yafc/PLIST @@ -1,6 +1,4 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 2002/06/25 02:12:40 markd Exp $ +@comment $NetBSD: PLIST,v 1.2 2003/08/04 14:31:02 seb Exp $ bin/yafc -@unexec ${INSTALL_INFO} --delete --info-dir=%D/info %D/info/yafc.info info/yafc.info -@exec ${INSTALL_INFO} --info-dir=%D/info %D/info/yafc.info man/man1/yafc.1 |