aboutsummaryrefslogtreecommitdiff
path: root/security/prelude-lml
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2006-12-22 08:51:41 +0000
committerMartin Wilke <miwi@FreeBSD.org>2006-12-22 08:51:41 +0000
commit0f49a00b94815b73aa5bed3bd0016df9c6dbbce4 (patch)
tree1ff6beeef57c412b717106fb0340388d8a2c7196 /security/prelude-lml
parent9cfcf34128f593f4a95f391136a36853b5699daf (diff)
downloadports-0f49a00b94815b73aa5bed3bd0016df9c6dbbce4.tar.gz
ports-0f49a00b94815b73aa5bed3bd0016df9c6dbbce4.zip
Notes
Diffstat (limited to 'security/prelude-lml')
-rw-r--r--security/prelude-lml/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/security/prelude-lml/Makefile b/security/prelude-lml/Makefile
index de7b1288e7cc..5224d56e8435 100644
--- a/security/prelude-lml/Makefile
+++ b/security/prelude-lml/Makefile
@@ -6,6 +6,7 @@
PORTNAME= prelude-lml
PORTVERSION= 0.9.8.1
+PORTREVISION= 1
CATEGORIES= security
MASTER_SITES= http://www.prelude-ids.org/download/releases/ \
http://www.prelude-ids.org/download/releases/old/
@@ -34,11 +35,11 @@ CONFIGURE_ARGS+= --disable-fam
.endif
post-install:
- @if [ -f ${PREFIX}/etc/prelude-lml/prelude-lml.conf ]; then \
+ @if [ ! -f ${PREFIX}/etc/prelude-lml/prelude-lml.conf ]; then \
${CP} -p ${PREFIX}/etc/prelude-lml/prelude-lml.conf-dist \
${PREFIX}/etc/prelude-lml/prelude-lml.conf ; \
fi
- @if [ -f ${PREFIX}/etc/prelude-lml/plugins.rules ]; then \
+ @if [ ! -f ${PREFIX}/etc/prelude-lml/plugins.rules ]; then \
${CP} -p ${PREFIX}/etc/prelude-lml/plugins.rules-dist \
${PREFIX}/etc/prelude-lml/plugins.rules ; \
fi