aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoredwin <edwin@FreeBSD.org>2005-10-13 10:20:56 +0800
committeredwin <edwin@FreeBSD.org>2005-10-13 10:20:56 +0800
commit3c52ec1d2eb91d673ea5154de60d10b30a674311 (patch)
treea58784def4e22b93287e8aaa2d615d69c14d75c9
parentfe0e8906599c1eb635cbcb780d90ebacc45cebb8 (diff)
downloadfreebsd-ports-gnome-3c52ec1d2eb91d673ea5154de60d10b30a674311.tar.gz
freebsd-ports-gnome-3c52ec1d2eb91d673ea5154de60d10b30a674311.tar.zst
freebsd-ports-gnome-3c52ec1d2eb91d673ea5154de60d10b30a674311.zip
Remove pkg-message, the one in WRKDIR is used.
-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.