summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBeech Rintoul <beech@FreeBSD.org>2007-06-23 08:04:04 +0000
committerBeech Rintoul <beech@FreeBSD.org>2007-06-23 08:04:04 +0000
commit4f639001988a903e32e5293a57c207c562ed3507 (patch)
tree2a612c80f0fcd3ad0d65847911684050197b751b
parent- Fix a DoS issue (diff)
- Fix pkg-message
Reported By: pointyhat via kris Approved By: sat (mentor)
Notes
Notes: svn path=/head/; revision=194110
-rw-r--r--www/horde-meta/Makefile3
-rw-r--r--www/horde4-meta/Makefile3
2 files changed, 2 insertions, 4 deletions
diff --git a/www/horde-meta/Makefile b/www/horde-meta/Makefile
index 3bc413e45372..fede4929c9b7 100644
--- a/www/horde-meta/Makefile
+++ b/www/horde-meta/Makefile
@@ -102,7 +102,6 @@ post-configure:
@${CAT} ${FILESDIR}/post-configure-message
do-install:
- @${CAT} ${PKGMESSAGE}
- @${ECHO_MSG}
+ @${DO_NADA}
.include <bsd.port.post.mk>
diff --git a/www/horde4-meta/Makefile b/www/horde4-meta/Makefile
index 3bc413e45372..fede4929c9b7 100644
--- a/www/horde4-meta/Makefile
+++ b/www/horde4-meta/Makefile
@@ -102,7 +102,6 @@ post-configure:
@${CAT} ${FILESDIR}/post-configure-message
do-install:
- @${CAT} ${PKGMESSAGE}
- @${ECHO_MSG}
+ @${DO_NADA}
.include <bsd.port.post.mk>