aboutsummaryrefslogtreecommitdiff
path: root/chinese
diff options
context:
space:
mode:
authorYen-Ming Lee <leeym@FreeBSD.org>2004-10-25 16:19:51 +0000
committerYen-Ming Lee <leeym@FreeBSD.org>2004-10-25 16:19:51 +0000
commitb983883ec3bee1eed1220bc1d341bef0aae79d0d (patch)
treec2e58b4109f047c2cb44697c2f9d7254f660dff0 /chinese
parent31bc14c6aef0443eee9f295a9eb427ccad5c9fc1 (diff)
downloadports-b983883ec3bee1eed1220bc1d341bef0aae79d0d.tar.gz
ports-b983883ec3bee1eed1220bc1d341bef0aae79d0d.zip
Notes
Diffstat (limited to 'chinese')
-rw-r--r--chinese/MT/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/chinese/MT/Makefile b/chinese/MT/Makefile
index 7523fb246197..c78a73bf540c 100644
--- a/chinese/MT/Makefile
+++ b/chinese/MT/Makefile
@@ -13,7 +13,7 @@ MASTER_SITES= http://mtbook.net/download/
DISTFILES= MT-${PORTVERSION}-full-lib.new.tar.gz mt.diff mt.no-htmlarea.diff
EXTRACT_ONLY= MT-${PORTVERSION}-full-lib.new.tar.gz
-MAINTAINER= leeym@FreeBSD.org
+MAINTAINER= ports@FreeBSD.org
COMMENT= Web-based personal publishing system like weblogs
RUN_DEPENDS= ${LOCALBASE}/${CGIDIR}/mt.cgi:${PORTSDIR}/www/MT
@@ -45,7 +45,7 @@ post-extract:
do-install:
@${REINPLACE_CMD} -e 's/# PublishCharset Shift_JIS/PublishCharset UTF-8/g' \
- ${PREFIX}/${CGIDIR}/mt.cfg
+ ${LOCALBASE}/${CGIDIR}/mt.cgi
@cd ${WRKDIR} && ${CP} -R www ${PREFIX}
@${ECHO} "===> Patching www/MT for ${PKGNAME}"
@${CAT} ${DISTDIR}/${MT_DIFF} | \