diff options
author | reed <reed@pkgsrc.org> | 2009-05-02 16:21:43 +0000 |
---|---|---|
committer | reed <reed@pkgsrc.org> | 2009-05-02 16:21:43 +0000 |
commit | e687d0344c0a78af0e5739815ab5df07c923a98f (patch) | |
tree | 2319be5aa37823896621deeeb9dfec36069a9eca /mail/OSBF-lua | |
parent | f99e681dd58f6955436406d8b17c6e75e31084fc (diff) | |
download | pkgsrc-e687d0344c0a78af0e5739815ab5df07c923a98f.tar.gz |
Add PREV_PKGPATH and/or SUPERSEDES for various packages that
were moved or renamed.
This was for some from 2008 and 2009 and one from 2001.
Also I noticed that a CHANGES entry was wrong as said "Renamed"
when should have said "Moved" (lua-OSBF) because PKGBASE stayed the
same.
Diffstat (limited to 'mail/OSBF-lua')
-rw-r--r-- | mail/OSBF-lua/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/mail/OSBF-lua/Makefile b/mail/OSBF-lua/Makefile index 1f11f9e5b58..1e0596ae4d1 100644 --- a/mail/OSBF-lua/Makefile +++ b/mail/OSBF-lua/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2008/10/13 11:29:53 shannonjr Exp $ +# $NetBSD: Makefile,v 1.2 2009/05/02 16:21:44 reed Exp $ # DISTNAME= osbf-lua-2.0.4 @@ -10,6 +10,8 @@ HOMEPAGE= http://osbf-lua.luaforge.net/ COMMENT= Lua C module for text classification #LICENSE= gnu-gpl-v2 +PREV_PKGPATH= mail/lua-OSBF + USE_TOOLS+= gmake INSTALL_TARGET= install install_spamfilter |