diff options
author | beech <beech@FreeBSD.org> | 2007-06-23 16:04:04 +0800 |
---|---|---|
committer | beech <beech@FreeBSD.org> | 2007-06-23 16:04:04 +0800 |
commit | 29014fca35f031997ef2af63db98813ffe8755ab (patch) | |
tree | 1acdab8375fdb48f1b16d8ec325937216c2a8893 /www/horde4-meta | |
parent | 3bda34fefd54b4ff7a740b347c7931ce591fa28b (diff) | |
download | freebsd-ports-gnome-29014fca35f031997ef2af63db98813ffe8755ab.tar.gz freebsd-ports-gnome-29014fca35f031997ef2af63db98813ffe8755ab.tar.zst freebsd-ports-gnome-29014fca35f031997ef2af63db98813ffe8755ab.zip |
- Fix pkg-message
Reported By: pointyhat via kris
Approved By: sat (mentor)
Diffstat (limited to 'www/horde4-meta')
-rw-r--r-- | www/horde4-meta/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
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> |