summaryrefslogtreecommitdiff
path: root/mail/OSBF-lua/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'mail/OSBF-lua/Makefile')
-rw-r--r--mail/OSBF-lua/Makefile41
1 files changed, 21 insertions, 20 deletions
diff --git a/mail/OSBF-lua/Makefile b/mail/OSBF-lua/Makefile
index b3b784b2697..4bde32e05f9 100644
--- a/mail/OSBF-lua/Makefile
+++ b/mail/OSBF-lua/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.9 2013/07/04 21:27:57 adam Exp $
+# $NetBSD: Makefile,v 1.10 2013/10/11 20:25:34 wiz Exp $
#
DISTNAME= osbf-lua-2.0.4
-PKGREVISION= 2
+PKGREVISION= 3
CATEGORIES= mail
MASTER_SITES= http://luaforge.net/frs/download.php/2094/
@@ -17,24 +17,25 @@ USE_TOOLS+= gmake
INSTALL_TARGET= install install_spamfilter
-SUBST_CLASSES+= path
-SUBST_STAGE.path= post-patch
-SUBST_MESSAGE.path= Fixing paths in config
-SUBST_FILES.path= config
-SUBST_FILES.path+= spamfilter/cache_report.lua
-SUBST_FILES.path+= spamfilter/classify.sample
-SUBST_FILES.path+= spamfilter/create_databases.lua
-SUBST_FILES.path+= spamfilter/database_status.lua
-SUBST_FILES.path+= spamfilter/getopt.lua
-SUBST_FILES.path+= spamfilter/promailrc.sample
-SUBST_FILES.path+= spamfilter/random.lua
-SUBST_FILES.path+= spamfilter/roc.lua
-SUBST_FILES.path+= spamfilter/spamfilter.lua
-SUBST_FILES.path+= spamfilter/spamfilter_commands.lua
-SUBST_FILES.path+= spamfilter/toer.lua
-SUBST_FILES.path+= spamfilter/train.sample
-SUBST_FILES.path+= docs/index.html
-SUBST_SED.path= -e 's,/usr/local,${PREFIX},g'
+SUBST_CLASSES+= path
+SUBST_STAGE.path= post-patch
+SUBST_MESSAGE.path= Fixing paths in config
+SUBST_FILES.path= config
+SUBST_FILES.path+= spamfilter/cache_report.lua
+SUBST_FILES.path+= spamfilter/classify.sample
+SUBST_FILES.path+= spamfilter/create_databases.lua
+SUBST_FILES.path+= spamfilter/database_status.lua
+SUBST_FILES.path+= spamfilter/getopt.lua
+SUBST_FILES.path+= spamfilter/promailrc.sample
+SUBST_FILES.path+= spamfilter/random.lua
+SUBST_FILES.path+= spamfilter/roc.lua
+SUBST_FILES.path+= spamfilter/spamfilter.lua
+SUBST_FILES.path+= spamfilter/spamfilter_commands.lua
+SUBST_FILES.path+= spamfilter/toer.lua
+SUBST_FILES.path+= spamfilter/train.sample
+SUBST_FILES.path+= docs/index.html
+SUBST_SED.path= -e 's,/usr/local,${PREFIX},g'
+SUBST_SED.path+= -e 's,lib/lua/5.1,lib/lua/5.2,g'
.include "../../lang/lua/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"