diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2000-11-13 17:47:37 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2000-11-13 17:47:37 +0000 |
commit | f50e263231708535969a6539f49d3fb6c6f0038b (patch) | |
tree | 3a9e88801f29c88862f6d92710ab23753537e8e0 /print | |
parent | e6f6131b818815e91214fc81f728a3884c09655e (diff) | |
download | ports-f50e263231708535969a6539f49d3fb6c6f0038b.tar.gz ports-f50e263231708535969a6539f49d3fb6c6f0038b.zip |
Notes
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 |