Remove pre-patched file(s) which are inadvertently installed.

Reported by:	pointyhat via kris
This commit is contained in:
Shaun Amott 2006-08-22 11:58:36 +00:00
parent 0f2ab9c1d6
commit 5d8487cf6a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=171193
3 changed files with 9 additions and 0 deletions

View file

@ -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

View file

@ -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

View file

@ -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