diff options
Diffstat (limited to 'print')
-rw-r--r-- | print/freetype2/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/print/freetype2/Makefile b/print/freetype2/Makefile index b5f365641b85..38b9cc6b34bd 100644 --- a/print/freetype2/Makefile +++ b/print/freetype2/Makefile @@ -17,7 +17,8 @@ MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \ ftp://ring.nacsis.ac.jp/pub/graphics/freetype/ \ ftp://ring.so-net.ne.jp/pub/graphics/freetype/ \ ftp://ftp.freetype.org/pub/freetype1/ -MASTER_SITE_SUBDIR= ${PORTNAME} +MASTER_SITE_SUBDIR= ${PORTNAME:S/2//} +DISTNAME= ${PORTNAME:S/2//}-${PORTVERSION} MAINTAINER= jseger@FreeBSD.org |