diff options
author | Shaun Amott <shaun@FreeBSD.org> | 2006-08-22 11:58:36 +0000 |
---|---|---|
committer | Shaun Amott <shaun@FreeBSD.org> | 2006-08-22 11:58:36 +0000 |
commit | 5d8487cf6a52af81a7d208f8a74a80afc02c5691 (patch) | |
tree | 453d9ffbfdd074f2a84ae17bcee550ec7caea5bd /mail/horde4-ingo | |
parent | 0f2ab9c1d685bc0e7b44859589ba2cc0e3980e52 (diff) |
Notes
Diffstat (limited to 'mail/horde4-ingo')
-rw-r--r-- | mail/horde4-ingo/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/mail/horde4-ingo/Makefile b/mail/horde4-ingo/Makefile index 4aa1b0a8c79d..ff46783a8052 100644 --- a/mail/horde4-ingo/Makefile +++ b/mail/horde4-ingo/Makefile @@ -67,6 +67,9 @@ HORDE_INC= ${LOCALBASE}/etc/apache${APACHE_VERSION:S/20/2/}/Includes HORDE_INC= ${LOCALBASE}/etc/horde .endif +post-patch: + @${FIND} ${WRKSRC} -name "*.orig" -delete + pre-configure: @${SED} -e "s:/home/httpd/html/horde/ingo:${INGODIR}:g" \ ${FILESDIR}/httpd.conf.ingo >${WRKDIR}/httpd-ingo.conf |