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/Makefile | |
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/Makefile')
-rw-r--r-- | net/wol/Makefile | 5 |
1 files changed, 4 insertions, 1 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" |