diff options
author | sobomax <sobomax@FreeBSD.org> | 2000-11-14 01:47:37 +0800 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2000-11-14 01:47:37 +0800 |
commit | ba6b1512bacae255190626a71b327f0957d8502d (patch) | |
tree | 80168461ded5a63ff7a0e5cc159b73de947d1620 /print | |
parent | c38c868bf01f18ed4512fe630fe93b4b0cd789c8 (diff) | |
download | freebsd-ports-gnome-ba6b1512bacae255190626a71b327f0957d8502d.tar.gz freebsd-ports-gnome-ba6b1512bacae255190626a71b327f0957d8502d.tar.zst freebsd-ports-gnome-ba6b1512bacae255190626a71b327f0957d8502d.zip |
Remove trailing "2" from DISTNAME and MASTER_SITE_SUBDIR.
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 |