diff options
author | kris <kris@FreeBSD.org> | 2004-06-04 20:35:05 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2004-06-04 20:35:05 +0800 |
commit | ab2124f4699c4c1f42383c7d505de576df17ca45 (patch) | |
tree | cfdbeca21a53bf9f6821b23606609c399fc5b625 /japanese | |
parent | 9916ed6cccd79ddb39a4a808f8d72a03c244d648 (diff) | |
download | freebsd-ports-gnome-ab2124f4699c4c1f42383c7d505de576df17ca45.tar.gz freebsd-ports-gnome-ab2124f4699c4c1f42383c7d505de576df17ca45.tar.zst freebsd-ports-gnome-ab2124f4699c4c1f42383c7d505de576df17ca45.zip |
Don't depend on gtar silently skipping the non-bzip2 distfile; set
EXTRACT_ONLY instead.
Submitted by: kientzle
Diffstat (limited to 'japanese')
-rw-r--r-- | japanese/kappa20/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/japanese/kappa20/Makefile b/japanese/kappa20/Makefile index 3ee2350abc13..b970eaee6c88 100644 --- a/japanese/kappa20/Makefile +++ b/japanese/kappa20/Makefile @@ -13,6 +13,7 @@ MASTER_SITES= http://khdd.net/20dot.fonts/:kappa20 \ DISTNAME= Kappa20-${PORTVERSION} DISTFILES= ${DISTNAME}${EXTRACT_SUFX}:kappa20 \ ${AYUDISTNAME}${AYU_SUFFIX}:ayu20 +EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} MAINTAINER= ginga-freebsd@ginganet.org COMMENT= X11 20-dot kanji font 'Kappa20dot + ayu font' |