diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2015-05-14 23:50:09 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2015-05-14 23:50:09 +0800 |
commit | 06ed6a6d1c5646d20a9b2c503621504cb149a3a2 (patch) | |
tree | 03cdc03e403b4cf38fa57a7f0dd598abbbda0b8c /german | |
parent | ff8b14c9cf87fb5819f08d31602f64b846eb7f35 (diff) | |
download | freebsd-ports-gnome-06ed6a6d1c5646d20a9b2c503621504cb149a3a2.tar.gz freebsd-ports-gnome-06ed6a6d1c5646d20a9b2c503621504cb149a3a2.tar.zst freebsd-ports-gnome-06ed6a6d1c5646d20a9b2c503621504cb149a3a2.zip |
- Use DISTVERSIONSUFFIX instead of DISTNAME
Diffstat (limited to 'german')
-rw-r--r-- | german/wordpress/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/german/wordpress/Makefile b/german/wordpress/Makefile index d257e997816c..2cdfabfe3b2d 100644 --- a/german/wordpress/Makefile +++ b/german/wordpress/Makefile @@ -3,9 +3,9 @@ PORTNAME= wordpress PORTVERSION= 4.2.2 +DISTVERSIONSUFFIX= -de_DE CATEGORIES= german www MASTER_SITES= http://de.wordpress.org/ -DISTNAME= ${PORTNAME}-${PORTVERSION}-de_DE MAINTAINER= ports@FreeBSD.org COMMENT= State-of-the-art semantic personal publishing platform |