pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/net Convert to USE_NEW_TEXINFO.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/cccae978531f
branches:  trunk
changeset: 459662:cccae978531f
user:      seb <seb%pkgsrc.org@localhost>
date:      Mon Aug 04 14:12:58 2003 +0000

description:
Convert to USE_NEW_TEXINFO.

diffstat:

 net/scli/Makefile |  6 ++++--
 net/scli/PLIST    |  4 +---
 net/wol/Makefile  |  6 +++---
 net/wol/PLIST     |  4 +---
 4 files changed, 9 insertions(+), 11 deletions(-)

diffs (73 lines):

diff -r 7bfa78e25819 -r cccae978531f net/scli/Makefile
--- a/net/scli/Makefile Mon Aug 04 13:38:31 2003 +0000
+++ b/net/scli/Makefile Mon Aug 04 14:12:58 2003 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2003/07/17 22:51:49 grant Exp $
+# $NetBSD: Makefile,v 1.5 2003/08/04 14:12:58 seb Exp $
 #
 
 DISTNAME=              scli-0.2.12
@@ -20,6 +20,9 @@
 
 CONFIGURE_ARGS+=       --with-xml-prefix=${BUILDLINK_PREFIX.libxml2}
 
+USE_NEW_TEXINFO=       YES
+INFO_FILES=            scli.info
+
 .for _p_ in ncurses readline
 CPPFLAGS+=             -I${BUILDLINK_PREFIX.${_p_}}/include
 LDFLAGS+=              -Wl,${RPATH_FLAG}${BUILDLINK_PREFIX.${_p_}}/lib
@@ -30,5 +33,4 @@
 .include "../../devel/glib/buildlink2.mk"
 .include "../../textproc/libxml2/buildlink2.mk"
 .include "../../devel/ncurses/buildlink2.mk"
-.include "../../mk/texinfo.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r 7bfa78e25819 -r cccae978531f net/scli/PLIST
--- a/net/scli/PLIST    Mon Aug 04 13:38:31 2003 +0000
+++ b/net/scli/PLIST    Mon Aug 04 14:12:58 2003 +0000
@@ -1,9 +1,7 @@
-@comment $NetBSD: PLIST,v 1.1.1.1 2003/05/23 14:44:27 seb Exp $
+@comment $NetBSD: PLIST,v 1.2 2003/08/04 14:12:58 seb Exp $
 bin/scli
-@unexec ${INSTALL_INFO} --delete --info-dir=%D/info %D/info/scli.info
 info/scli.info
 info/scli.info-1
 info/scli.info-2
 info/scli.info-3
-@exec ${INSTALL_INFO} --info-dir=%D/info %D/info/scli.info
 man/man1/scli.1
diff -r 7bfa78e25819 -r cccae978531f net/wol/Makefile
--- a/net/wol/Makefile  Mon Aug 04 13:38:31 2003 +0000
+++ b/net/wol/Makefile  Mon Aug 04 14:12:58 2003 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2003/07/13 13:53:02 wiz Exp $
+# $NetBSD: Makefile,v 1.5 2003/08/04 14:22:42 seb Exp $
 #
 
 DISTNAME=      wol-0.6.0
@@ -15,8 +15,8 @@
 USE_GMAKE=             YES
 USE_GNU_GETTEXT=       YES
 USE_PKGLOCALEDIR=      YES
-TEXINFO_OVERRIDE=      YES
+USE_NEW_TEXINFO=       YES
+INFO_FILES=            wol.info
 
 .include "../../converters/libiconv/buildlink2.mk"
-.include "../../mk/texinfo.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r 7bfa78e25819 -r cccae978531f net/wol/PLIST
--- a/net/wol/PLIST     Mon Aug 04 13:38:31 2003 +0000
+++ b/net/wol/PLIST     Mon Aug 04 14:12:58 2003 +0000
@@ -1,9 +1,7 @@
-@comment $NetBSD: PLIST,v 1.2 2003/05/07 21:33:14 seb Exp $
+@comment $NetBSD: PLIST,v 1.3 2003/08/04 14:22:42 seb Exp $
 bin/wol
 bin/wol-dhcpdconf
-@unexec ${INSTALL_INFO} --delete --info-dir=%D/info %D/info/wol.info
 info/wol.info
-@exec ${INSTALL_INFO} --info-dir=%D/info %D/info/wol.info
 ${PKGLOCALEDIR}/locale/de/LC_MESSAGES/wol.mo
 ${PKGLOCALEDIR}/locale/fr/LC_MESSAGES/wol.mo
 ${PKGLOCALEDIR}/locale/it/LC_MESSAGES/wol.mo



Home | Main Index | Thread Index | Old Index