diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2016-04-23 06:47:09 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2016-04-23 06:47:09 +0000 |
commit | 309784d3b043059fb53199795f8f05a61ff9d561 (patch) | |
tree | 47325a921f677b4c5d4236667ea78efcb6a31ef2 /x11-fonts | |
parent | 5714b693dfdb113f1147bdef6cfd470cdfa3a3af (diff) |
- Use DISTVERSIONPREFIX instead of DISTNAME
Notes
Notes:
svn path=/head/; revision=413815
Diffstat (limited to 'x11-fonts')
-rw-r--r-- | x11-fonts/dejavu/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-fonts/dejavu/Makefile b/x11-fonts/dejavu/Makefile index 5725891bc0b3..17f3afa7345d 100644 --- a/x11-fonts/dejavu/Makefile +++ b/x11-fonts/dejavu/Makefile @@ -3,9 +3,9 @@ PORTNAME= dejavu PORTVERSION= 2.35 +DISTVERSIONPREFIX= fonts-ttf- CATEGORIES= x11-fonts MASTER_SITES= SF -DISTNAME= ${PORTNAME}-fonts-ttf-${PORTVERSION} MAINTAINER= sunpoet@FreeBSD.org COMMENT= Bitstream Vera Fonts clone with a wider range of characters |