diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2015-06-28 16:53:22 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2015-06-28 16:53:22 +0800 |
commit | 6062526b0da2d4c47b170e45ba9eafa0e899b2bb (patch) | |
tree | dbd502b2300acecfa1aface35d22bbd4e499fecd /chinese | |
parent | 256348253ba86b6fa265905c6d613f6350656e21 (diff) | |
download | freebsd-ports-graphics-6062526b0da2d4c47b170e45ba9eafa0e899b2bb.tar.gz freebsd-ports-graphics-6062526b0da2d4c47b170e45ba9eafa0e899b2bb.tar.zst freebsd-ports-graphics-6062526b0da2d4c47b170e45ba9eafa0e899b2bb.zip |
- Use DISTVERSIONSUFFIX instead of DISTNAME
Approved by: portmgr (blanket)
Diffstat (limited to 'chinese')
-rw-r--r-- | chinese/wordpress-zh_TW/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chinese/wordpress-zh_TW/Makefile b/chinese/wordpress-zh_TW/Makefile index 7d78497b994..e700beac1e7 100644 --- a/chinese/wordpress-zh_TW/Makefile +++ b/chinese/wordpress-zh_TW/Makefile @@ -3,11 +3,11 @@ PORTNAME= wordpress PORTVERSION= 4.2.2 +DISTVERSIONSUFFIX= -zh_TW CATEGORIES= chinese www MASTER_SITES= http://tw.wordpress.org/ \ http://mirror.joehorn.idv.tw/wordpress/ PKGNAMESUFFIX= -zh_TW -DISTNAME= ${PORTNAME}-${PORTVERSION}${PKGNAMESUFFIX} MAINTAINER= joehorn@gmail.com COMMENT= State-of-the-art semantic personal publishing platform |