summaryrefslogtreecommitdiff
path: root/security/webfwlog
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2005-10-13 02:20:56 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2005-10-13 02:20:56 +0000
commitc49d4439bafc02b314d3fd5c53b73aebc22f3e46 (patch)
treed0d1ee1636205074c7da20d910d7a3e657c031e8 /security/webfwlog
parentNew port: security/webfwlog Web-based firewall log analyzer (diff)
Remove pkg-message, the one in WRKDIR is used.
Notes
Notes: svn path=/head/; revision=145191
Diffstat (limited to 'security/webfwlog')
-rw-r--r--security/webfwlog/Makefile2
-rw-r--r--security/webfwlog/pkg-message5
2 files changed, 1 insertions, 6 deletions
diff --git a/security/webfwlog/Makefile b/security/webfwlog/Makefile
index a2ddf456e8a1..6210b0c216da 100644
--- a/security/webfwlog/Makefile
+++ b/security/webfwlog/Makefile
@@ -97,7 +97,7 @@ post-install:
@${CHMOD} 0555 ${PREFIX}/${HTML_DOC_ROOT}/webfwlog/include
@${ECHO}
- @${CAT} pkg-message
+ @${CAT} ${PKGMESSAGE}
@${ECHO}
.include <bsd.port.post.mk>
diff --git a/security/webfwlog/pkg-message b/security/webfwlog/pkg-message
deleted file mode 100644
index cfa644a1aee0..000000000000
--- a/security/webfwlog/pkg-message
+++ /dev/null
@@ -1,5 +0,0 @@
-Webfwlog-0.91 has been installed. You should read the README in the mysql or
-pgsql directoy in documentaton directory for information on setting up your
-MySQL or PostgreSQL server for use with webfwlog, and also copy the
-webfwlog.conf.sample file in etc to webfwlog.conf and adjust it to your
-installation. This file is well-commented.