diff options
author | jlam <jlam@pkgsrc.org> | 2006-04-06 03:20:54 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2006-04-06 03:20:54 +0000 |
commit | a4b4d5b501360e27a6a57e92e2fbf17338282c37 (patch) | |
tree | ba01f9d4933acd09f2846594fd075cb5a7fcedf0 /net/wol | |
parent | ccc0cd432a2ece7691a23122e5522731e4421f91 (diff) | |
download | pkgsrc-a4b4d5b501360e27a6a57e92e2fbf17338282c37.tar.gz |
List the info files directly in the PLIST and honor PKG{INFO,MAN}DIR.
Diffstat (limited to 'net/wol')
-rw-r--r-- | net/wol/Makefile | 4 | ||||
-rw-r--r-- | net/wol/PLIST | 3 |
2 files changed, 4 insertions, 3 deletions
diff --git a/net/wol/Makefile b/net/wol/Makefile index c16c77172f2..d7c52c45033 100644 --- a/net/wol/Makefile +++ b/net/wol/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.20 2006/03/04 21:30:26 jlam Exp $ +# $NetBSD: Makefile,v 1.21 2006/04/06 03:20:54 jlam Exp $ DISTNAME= wol-0.7.1 PKGREVISION= 2 @@ -12,7 +12,7 @@ COMMENT= Small Wake On Lan client GNU_CONFIGURE= yes USE_TOOLS+= gmake perl USE_PKGLOCALEDIR= yes -INFO_FILES= wol.info +INFO_FILES= # PLIST .include "../../devel/gettext-lib/buildlink3.mk" .include "../../mk/bsd.pkg.mk" diff --git a/net/wol/PLIST b/net/wol/PLIST index ba08ec58216..417c9fd2f60 100644 --- a/net/wol/PLIST +++ b/net/wol/PLIST @@ -1,7 +1,8 @@ -@comment $NetBSD: PLIST,v 1.7 2005/08/20 19:23:17 kristerw Exp $ +@comment $NetBSD: PLIST,v 1.8 2006/04/06 03:20:54 jlam Exp $ bin/wol bin/wol-bootptab bin/wol-dhcpdconf +info/wol.info man/man1/wol.1 ${PKGLOCALEDIR}/locale/de/LC_MESSAGES/wol.mo ${PKGLOCALEDIR}/locale/es/LC_MESSAGES/wol.mo |