diff options
author | Erwin Lansing <erwin@FreeBSD.org> | 2010-10-28 21:00:21 +0000 |
---|---|---|
committer | Erwin Lansing <erwin@FreeBSD.org> | 2010-10-28 21:00:21 +0000 |
commit | 74cb9eff53987d665ed6f9ad0cc2f12b0ff6c7b1 (patch) | |
tree | ad48552829801c7ac676a81a3cae90784899deb1 /chinese | |
parent | 177bfcca33f906e2fba90964362be8334951b265 (diff) | |
download | ports-74cb9eff53987d665ed6f9ad0cc2f12b0ff6c7b1.tar.gz ports-74cb9eff53987d665ed6f9ad0cc2f12b0ff6c7b1.zip |
Notes
Diffstat (limited to 'chinese')
-rw-r--r-- | chinese/acroread8-zh_CN/Makefile | 2 | ||||
-rw-r--r-- | chinese/acroread8-zh_TW/Makefile | 2 | ||||
-rw-r--r-- | chinese/joe/Makefile | 2 | ||||
-rw-r--r-- | chinese/joe2/Makefile | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/chinese/acroread8-zh_CN/Makefile b/chinese/acroread8-zh_CN/Makefile index 61be444cad80..8ce50c96b5c5 100644 --- a/chinese/acroread8-zh_CN/Makefile +++ b/chinese/acroread8-zh_CN/Makefile @@ -9,7 +9,7 @@ CATEGORIES= chinese print linux PKGNAMEPREFIX= zh_CN- MASTERDIR= ${.CURDIR}/../../print/acroread8 -MD5_FILE= ${.CURDIR}/distinfo +DISTINFO_FILE= ${.CURDIR}/distinfo ADOBE_LANG= CHS diff --git a/chinese/acroread8-zh_TW/Makefile b/chinese/acroread8-zh_TW/Makefile index 4b70908f00e7..cd4fe0f32a24 100644 --- a/chinese/acroread8-zh_TW/Makefile +++ b/chinese/acroread8-zh_TW/Makefile @@ -9,7 +9,7 @@ CATEGORIES= chinese print linux PKGNAMEPREFIX= zh_TW- MASTERDIR= ${.CURDIR}/../../print/acroread8 -MD5_FILE= ${.CURDIR}/distinfo +DISTINFO_FILE= ${.CURDIR}/distinfo ADOBE_LANG= CHT diff --git a/chinese/joe/Makefile b/chinese/joe/Makefile index b2769ba28523..0a5c0a4843c2 100644 --- a/chinese/joe/Makefile +++ b/chinese/joe/Makefile @@ -18,6 +18,6 @@ MAINTAINER= ports@FreeBSD.org LATEST_LINK= ${PKGNAMEPREFIX}joe MASTERDIR= ${.CURDIR}/../../editors/joe -MD5_FILE= ${.CURDIR}/distinfo +DISTINFO_FILE= ${.CURDIR}/distinfo .include "${MASTERDIR}/Makefile" diff --git a/chinese/joe2/Makefile b/chinese/joe2/Makefile index c606219045a0..4c52b0e9cee2 100644 --- a/chinese/joe2/Makefile +++ b/chinese/joe2/Makefile @@ -17,6 +17,6 @@ MAINTAINER= ports@FreeBSD.org LATEST_LINK= ${PKGNAMEPREFIX}joe2 MASTERDIR= ${.CURDIR}/../../editors/joe2 -MD5_FILE= ${.CURDIR}/distinfo +DISTINFO_FILE= ${.CURDIR}/distinfo .include "${MASTERDIR}/Makefile" |