diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2011-01-13 21:28:11 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2011-01-13 21:28:11 +0800 |
commit | 1f792e048cc175112daae516f1e12aa25b81cd8f (patch) | |
tree | ab39b9000a357bfe1f7a544e528a7b18c34997f9 /french/MT | |
parent | 7502599affa6f953e0b81240edce9ea9440d23af (diff) | |
download | freebsd-ports-gnome-1f792e048cc175112daae516f1e12aa25b81cd8f.tar.gz freebsd-ports-gnome-1f792e048cc175112daae516f1e12aa25b81cd8f.tar.zst freebsd-ports-gnome-1f792e048cc175112daae516f1e12aa25b81cd8f.zip |
- Update to 5.04
- Cleanup CONFLICTS and DISTINFO_FILE: remove es-MT and nl-MT
- Space/Tab twiddle
Changes: http://www.movabletype.org/2010/12/movable_type_504_and_435_security_update.html
PR: ports/152913
Submitted by: Takefu <takefu@airport.fm> (maintainer)
Feature safe: yes
Diffstat (limited to 'french/MT')
-rw-r--r-- | french/MT/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/french/MT/Makefile b/french/MT/Makefile index df9715c6abf8..eef411448c36 100644 --- a/french/MT/Makefile +++ b/french/MT/Makefile @@ -7,13 +7,12 @@ PORTNAME= MT CATEGORIES= french www -DISTNAME= MTOS-${PORTVERSION}${PORTREVISION}-fr +DISTNAME= MTOS-${PORTVERSION}-fr COMMENT= french localization of the MovableType publishing system MASTERDIR= ${.CURDIR}/../../www/${PORTNAME} -CONFLICTS= MT-[2-5].* ja-MT-[2-5].* de-MT-[2-5].* es-MT-[2-5].* \ - nl-MT-[2-5].* ru-MT-[2-5].* +CONFLICTS= MT-[2-5].* de-MT-[2-5].* ja-MT-[2-5].* ru-MT-[2-5].* .include "${MASTERDIR}/Makefile" |