diff options
author | sada <sada@FreeBSD.org> | 2002-05-20 17:50:08 +0800 |
---|---|---|
committer | sada <sada@FreeBSD.org> | 2002-05-20 17:50:08 +0800 |
commit | f8d8c743951e932526d7702a9178c78181835e61 (patch) | |
tree | 84442b49c42bdac724aff512737a88d1d52a65ee /mail/horde4-imp | |
parent | 00c8d9d7c35d373e9c73c607c7e4c8936254be50 (diff) | |
download | freebsd-ports-gnome-f8d8c743951e932526d7702a9178c78181835e61.tar.gz freebsd-ports-gnome-f8d8c743951e932526d7702a9178c78181835e61.tar.zst freebsd-ports-gnome-f8d8c743951e932526d7702a9178c78181835e61.zip |
Cope with www/horde deinsall-time error message (this appears when you install mail/imp).
PR: ports/38255
Submitted by: maintainer
Diffstat (limited to 'mail/horde4-imp')
-rw-r--r-- | mail/horde4-imp/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/mail/horde4-imp/Makefile b/mail/horde4-imp/Makefile index bae58990f05c..582d3ae84573 100644 --- a/mail/horde4-imp/Makefile +++ b/mail/horde4-imp/Makefile @@ -186,8 +186,6 @@ do-install: ${IMPDIR}/templates/index/imp_notconfigured.inc ${PERL} -pi -e "s:sh ./install.sh:${HORDESBIN}/horde_setup.sh:g" \ ${IMPDIR}/templates/index/imp_notconfigured.inc - ${PERL} -pi -e "s:sh ./secure.sh:${HORDESBIN}/horde_secure.sh:g" \ - ${HORDEDIR}/templates/setup/imp/write_file.inc @if [ ! -f ${IMPDIR}/config/defaults.php3 ]; then \ ${CP} ${IMPDIR}/config/defaults.php3.dist ${IMPDIR}/config/defaults.php3; \ fi |