diff options
author | wiz <wiz@pkgsrc.org> | 2008-10-10 13:24:58 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2008-10-10 13:24:58 +0000 |
commit | 5c46d1eeaaa6164174662c0c49da4bcfc4099e2b (patch) | |
tree | dc4316a40605011dd5bbb279af80b3ce4eb99e32 /mail | |
parent | 06033a4e096b93b9b3ff21a27b6dbe6ac2628e57 (diff) | |
download | pkgsrc-5c46d1eeaaa6164174662c0c49da4bcfc4099e2b.tar.gz |
local is not a valid CATEGORY, use "mail".
Diffstat (limited to 'mail')
-rw-r--r-- | mail/lua-OSBF/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/lua-OSBF/Makefile b/mail/lua-OSBF/Makefile index 03d48e902e6..06db47818b9 100644 --- a/mail/lua-OSBF/Makefile +++ b/mail/lua-OSBF/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.1.1.1 2008/09/08 10:31:23 shannonjr Exp $ +# $NetBSD: Makefile,v 1.2 2008/10/10 13:24:58 wiz Exp $ # DISTNAME= osbf-lua-2.0.4 -CATEGORIES= local +CATEGORIES= mail MASTER_SITES= http://luaforge.net/frs/download.php/2094/ MAINTAINER= shannonjr@NetBSD.org |