diff options
author | kristerw <kristerw@pkgsrc.org> | 2005-08-20 19:23:17 +0000 |
---|---|---|
committer | kristerw <kristerw@pkgsrc.org> | 2005-08-20 19:23:17 +0000 |
commit | a453b29b06f3ed0544ff5ab84e9be23f5a4ec5ed (patch) | |
tree | 51ea43833b85593c56930f60bec616e6a70761f3 /net | |
parent | ea4671b77a50accd0e52c41b523b1e29fafd82fb (diff) | |
download | pkgsrc-a453b29b06f3ed0544ff5ab84e9be23f5a4ec5ed.tar.gz |
Add one missing locale file.
Bump PKGREVISION.
Diffstat (limited to 'net')
-rw-r--r-- | net/wol/Makefile | 3 | ||||
-rw-r--r-- | net/wol/PLIST | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/net/wol/Makefile b/net/wol/Makefile index 6ced2d49d06..7518578bd5c 100644 --- a/net/wol/Makefile +++ b/net/wol/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.17 2005/07/16 01:19:17 jlam Exp $ +# $NetBSD: Makefile,v 1.18 2005/08/20 19:23:17 kristerw Exp $ DISTNAME= wol-0.7.1 +PKGREVISION= 1 CATEGORIES= net MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=ahh/} diff --git a/net/wol/PLIST b/net/wol/PLIST index a69914112e0..ba08ec58216 100644 --- a/net/wol/PLIST +++ b/net/wol/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.6 2004/03/09 16:07:32 seb Exp $ +@comment $NetBSD: PLIST,v 1.7 2005/08/20 19:23:17 kristerw Exp $ bin/wol bin/wol-bootptab bin/wol-dhcpdconf @@ -7,3 +7,4 @@ ${PKGLOCALEDIR}/locale/de/LC_MESSAGES/wol.mo ${PKGLOCALEDIR}/locale/es/LC_MESSAGES/wol.mo ${PKGLOCALEDIR}/locale/fr/LC_MESSAGES/wol.mo ${PKGLOCALEDIR}/locale/it/LC_MESSAGES/wol.mo +${PKGLOCALEDIR}/locale/sv/LC_MESSAGES/wol.mo |