diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2015-06-28 08:52:15 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2015-06-28 08:52:15 +0000 |
commit | a2e9f4c0bc6b33e5edc75c16e72c4355be1e20c1 (patch) | |
tree | 4a44f38380903af28379bfe438751ad6db12d40a /russian | |
parent | 765ad65b5820a67633a71a79e646c8aa93357583 (diff) |
- Use DISTVERSIONSUFFIX instead of DISTNAME
Approved by: portmgr (blanket)
Notes
Notes:
svn path=/head/; revision=390760
Diffstat (limited to 'russian')
-rw-r--r-- | russian/wordpress/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/russian/wordpress/Makefile b/russian/wordpress/Makefile index 8fd5d2457a65..619a274c1257 100644 --- a/russian/wordpress/Makefile +++ b/russian/wordpress/Makefile @@ -3,9 +3,9 @@ PORTNAME= wordpress PORTVERSION= 4.2.2 +DISTVERSIONSUFFIX= -ru_RU CATEGORIES= russian www MASTER_SITES= http://ru.wordpress.org/ -DISTNAME= ${PORTNAME}-${PORTVERSION}-ru_RU MAINTAINER= 9267096@gmail.com COMMENT= State-of-the-art semantic personal publishing platform |