aboutsummaryrefslogtreecommitdiffstats
path: root/chinese
diff options
context:
space:
mode:
authorleeym <leeym@FreeBSD.org>2004-10-26 00:19:51 +0800
committerleeym <leeym@FreeBSD.org>2004-10-26 00:19:51 +0800
commit89649d9528f3a991a2c8b370c902aac16101163d (patch)
treecb2976b75034498ed616fc01064b8fbc97475444 /chinese
parent5d629c0d02da96bac8fc1d80669c4b74af24fb33 (diff)
downloadfreebsd-ports-gnome-89649d9528f3a991a2c8b370c902aac16101163d.tar.gz
freebsd-ports-gnome-89649d9528f3a991a2c8b370c902aac16101163d.tar.zst
freebsd-ports-gnome-89649d9528f3a991a2c8b370c902aac16101163d.zip
- correct mt.cfg to match RUN_DEPENDS
- drop MAINTAINERship
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} | \