diff options
author | seb <seb@pkgsrc.org> | 2003-05-07 21:33:14 +0000 |
---|---|---|
committer | seb <seb@pkgsrc.org> | 2003-05-07 21:33:14 +0000 |
commit | 34bab8007c20745d6a602af66f7cd34ea730d926 (patch) | |
tree | 90f4a443d323b7c8d00280fa6eb33abd22658136 /net/wol | |
parent | aea7988dcfd168db4209309603acf443b7cb6918 (diff) | |
download | pkgsrc-34bab8007c20745d6a602af66f7cd34ea730d926.tar.gz |
Use texinfo.mk, define TEXINFO_OVERRIDE to YES, fix
START-INFO-DIR-ENTRY in wol.{texi,info} and fix info files handling
in PLIST.
Bump PKGREVISION.
Diffstat (limited to 'net/wol')
-rw-r--r-- | net/wol/Makefile | 5 | ||||
-rw-r--r-- | net/wol/PLIST | 4 | ||||
-rw-r--r-- | net/wol/distinfo | 4 | ||||
-rw-r--r-- | net/wol/patches/patch-aa | 13 | ||||
-rw-r--r-- | net/wol/patches/patch-ab | 13 |
5 files changed, 36 insertions, 3 deletions
diff --git a/net/wol/Makefile b/net/wol/Makefile index cfaa0f8a5f0..767b476cc2f 100644 --- a/net/wol/Makefile +++ b/net/wol/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.2 2003/04/29 04:54:08 cjep Exp $ +# $NetBSD: Makefile,v 1.3 2003/05/07 21:33:14 seb Exp $ # DISTNAME= wol-0.6.0 +PKGREVISION= 1 CATEGORIES= net MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=ahh/} @@ -14,6 +15,8 @@ GNU_CONFIGURE= YES USE_GMAKE= YES USE_GNU_GETTEXT= YES USE_PKGLOCALEDIR= YES +TEXINFO_OVERRIDE= YES .include "../../converters/libiconv/buildlink2.mk" +.include "../../mk/texinfo.mk" .include "../../mk/bsd.pkg.mk" diff --git a/net/wol/PLIST b/net/wol/PLIST index 70b1f2d5105..a7f0a19cfbb 100644 --- a/net/wol/PLIST +++ b/net/wol/PLIST @@ -1,7 +1,9 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 2003/04/04 18:16:47 zuntum Exp $ +@comment $NetBSD: PLIST,v 1.2 2003/05/07 21:33:14 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 diff --git a/net/wol/distinfo b/net/wol/distinfo index b5c78d6c45b..31ed041684e 100644 --- a/net/wol/distinfo +++ b/net/wol/distinfo @@ -1,4 +1,6 @@ -$NetBSD: distinfo,v 1.1.1.1 2003/04/04 18:16:47 zuntum Exp $ +$NetBSD: distinfo,v 1.2 2003/05/07 21:33:14 seb Exp $ SHA1 (wol-0.6.0.tar.gz) = d5dbbfe74d42c7e45e6dd162d8991db19489c4ef Size (wol-0.6.0.tar.gz) = 270647 bytes +SHA1 (patch-aa) = 6ebfc2e2433238604008fdb931b02186a9bc818b +SHA1 (patch-ab) = f417518471c07a28ae009663c3829a61e00d2071 diff --git a/net/wol/patches/patch-aa b/net/wol/patches/patch-aa new file mode 100644 index 00000000000..9fb6c0d34d1 --- /dev/null +++ b/net/wol/patches/patch-aa @@ -0,0 +1,13 @@ +$NetBSD: patch-aa,v 1.1 2003/05/07 21:33:15 seb Exp $ + +--- doc/wol.info.orig 2002-03-25 09:48:58.000000000 +0000 ++++ doc/wol.info +@@ -2,7 +2,7 @@ This is wol.info, produced by makeinfo v + + INFO-DIR-SECTION Net utilities + START-INFO-DIR-ENTRY +-* wol Wake On LAN client. ++* wol: (wol). Wake On LAN client. + END-INFO-DIR-ENTRY + + This file documents wol 0.6.0, the Wake On LAN client. diff --git a/net/wol/patches/patch-ab b/net/wol/patches/patch-ab new file mode 100644 index 00000000000..39c8e7bc631 --- /dev/null +++ b/net/wol/patches/patch-ab @@ -0,0 +1,13 @@ +$NetBSD: patch-ab,v 1.1 2003/05/07 21:33:15 seb Exp $ + +--- doc/wol.texi.orig 2002-03-22 12:45:57.000000000 +0000 ++++ doc/wol.texi +@@ -14,7 +14,7 @@ + @comment Tell install-info what to do + @dircategory Net utilities + @direntry +-* wol Wake On LAN client. ++* wol: (wol). Wake On LAN client. + @end direntry + + |