summaryrefslogtreecommitdiff
path: root/www/frontpage-ar
diff options
context:
space:
mode:
authorYen-Ming Lee <leeym@FreeBSD.org>2003-02-24 16:23:50 +0000
committerYen-Ming Lee <leeym@FreeBSD.org>2003-02-24 16:23:50 +0000
commit5500b8d3261892b79fb6c9d03ae33d0386358f0d (patch)
treefe2b0a495575bb41c2572af9ec38766b8898c9f0 /www/frontpage-ar
parentDo a better job of stating which port we had problems with while (diff)
- fix the file permission problem by running the ${FPSETPERM} script
- remove the extra files created by the ${REINPLACE_CMD} PR: 48555 Submitted by: Scot W. Hetzel <hetzels@westbend.net>
Notes
Notes: svn path=/head/; revision=76404
Diffstat (limited to 'www/frontpage-ar')
-rw-r--r--www/frontpage-ar/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/www/frontpage-ar/Makefile b/www/frontpage-ar/Makefile
index 38e38c977364..8321d66e2971 100644
--- a/www/frontpage-ar/Makefile
+++ b/www/frontpage-ar/Makefile
@@ -52,6 +52,9 @@ do-install:
.endfor
.for _FP_LCID in ${FP_LCID}
@${REINPLACE_CMD} -e 's:IMAGESDIR:../images/:g' ${FP_DIR}/admin/${_FP_LCID}/webadmin.css
+ @if [ -f ${FP_DIR}/admin/${_FP_LCID}/webadmin.css.bak ] ; then \
+ ${RM} ${FP_DIR}/admin/${_FP_LCID}/webadmin.css.bak ; \
+ fi
@if [ ! -f ${FP_DIR}/help/${_FP_LCID}/wsgindex.htm ]; then \
${CP} ${FP_DIR}/help/${_FP_LCID}/wsgIndex.htm ${FP_DIR}/help/${_FP_LCID}/wsgindex.htm ; \
fi