diff options
author | hrs <hrs@FreeBSD.org> | 2006-02-22 02:49:11 +0800 |
---|---|---|
committer | hrs <hrs@FreeBSD.org> | 2006-02-22 02:49:11 +0800 |
commit | b2e76b63a14d421d74f53a61adbdfe4d3f04c92e (patch) | |
tree | 915e197eb867fea8405bf1731d88f0a26e912a35 /korean/acroread/Makefile | |
parent | 2eb08fb6f57ed0551ad2b4a06ecbd7bba41cb98c (diff) | |
download | freebsd-ports-gnome-b2e76b63a14d421d74f53a61adbdfe4d3f04c92e.tar.gz freebsd-ports-gnome-b2e76b63a14d421d74f53a61adbdfe4d3f04c92e.tar.zst freebsd-ports-gnome-b2e76b63a14d421d74f53a61adbdfe4d3f04c92e.zip |
- Use a distfile in tarball instead of one in rpm.
- Remove CONFLICTS. All of the localized versions can coexist now.
- Update the localized versions to 7.0.5 if possible.
- Add support for print/acroreadwrapper.
Discussed with: netchild and mezz
PR: ports/90319
Diffstat (limited to 'korean/acroread/Makefile')
-rw-r--r-- | korean/acroread/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/korean/acroread/Makefile b/korean/acroread/Makefile index a96f3ba96ccf..88987ad3b04f 100644 --- a/korean/acroread/Makefile +++ b/korean/acroread/Makefile @@ -5,12 +5,13 @@ # $FreeBSD$ # +PORTVERSION= 7.0.5 +PORTREVISION= 0 CATEGORIES= korean print linux MASTERDIR= ${.CURDIR}/../../print/acroread7 - -ADOBE_LANG= kor -CMD_SUFFIX= -ko MD5_FILE= ${.CURDIR}/distinfo +ADOBE_LANG= KOR + .include "${MASTERDIR}/Makefile" |