diff options
author | Hiroki Sato <hrs@FreeBSD.org> | 2013-05-10 08:08:33 +0000 |
---|---|---|
committer | Hiroki Sato <hrs@FreeBSD.org> | 2013-05-10 08:08:33 +0000 |
commit | df02a1b3055cd8280f854f2ae6f48c0f99b08941 (patch) | |
tree | cae00568ed7d765c7aa8a05d91d9d6e1002d3beb /chinese/xpdf/Makefile | |
parent | Fix dependency. (diff) |
Add DIST_SUBDIR to fix a fetch error because the distfiles are often replaced
with the same names in every release.
Notes
Notes:
svn path=/head/; revision=317774
Diffstat (limited to 'chinese/xpdf/Makefile')
-rw-r--r-- | chinese/xpdf/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/chinese/xpdf/Makefile b/chinese/xpdf/Makefile index 30706015fdab..3fd7bc0a6e3e 100644 --- a/chinese/xpdf/Makefile +++ b/chinese/xpdf/Makefile @@ -12,6 +12,7 @@ MASTER_SITE_SUBDIR= support/xpdf PKGNAMESUFFIX= -zhfont DISTFILES= xpdf-chinese-simplified-2011-sep-02${EXTRACT_SUFX} \ xpdf-chinese-traditional-2011-sep-02${EXTRACT_SUFX} +DIST_SUBDIR= ${PORTNAME}-chinese-${PORTVERSION} MAINTAINER= hrs@FreeBSD.org COMMENT= Chinese font support for xpdf |