Import of pkgsrc-2015Q1

This commit is contained in:
2015-04-22 14:34:26 +02:00
committed by Lionel Sambuc
parent 9a8c06dafb
commit 4af1cdf7a9
25114 changed files with 870550 additions and 795435 deletions

View File

@@ -1,8 +1,8 @@
# $NetBSD: Makefile,v 1.11 2013/10/30 06:49:54 dholland Exp $
# $NetBSD: Makefile,v 1.13 2014/10/19 22:27:46 alnsn Exp $
#
DISTNAME= osbf-lua-2.0.4
PKGREVISION= 4
PKGREVISION= 6
CATEGORIES= mail
MASTER_SITES= http://luaforge.net/frs/download.php/2094/
@@ -21,21 +21,24 @@ 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'
REPLACE_LUA+= spamfilter/cache_report.lua
REPLACE_LUA+= spamfilter/classify.sample
REPLACE_LUA+= spamfilter/create_databases.lua
REPLACE_LUA+= spamfilter/database_status.lua
REPLACE_LUA+= spamfilter/getopt.lua
REPLACE_LUA+= spamfilter/random.lua
REPLACE_LUA+= spamfilter/roc.lua
REPLACE_LUA+= spamfilter/spamfilter.lua
REPLACE_LUA+= spamfilter/spamfilter_commands.lua
REPLACE_LUA+= spamfilter/toer.lua
REPLACE_LUA+= spamfilter/train.sample
.include "../../lang/lua/application.mk"
.include "../../lang/lua/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"