aboutsummaryrefslogtreecommitdiffstats
path: root/japanese/acroread
diff options
context:
space:
mode:
authorhrs <hrs@FreeBSD.org>2006-02-11 23:35:24 +0800
committerhrs <hrs@FreeBSD.org>2006-02-11 23:35:24 +0800
commit538d7dd87353edc317ab5c5d62ac54a6d2921745 (patch)
tree2a6fe35fc4e09b7e1971a2ccecccbcb5f54799b7 /japanese/acroread
parentd3eda753da4e0f99545ed273d915bad9e9ecb692 (diff)
downloadfreebsd-ports-gnome-538d7dd87353edc317ab5c5d62ac54a6d2921745.tar.gz
freebsd-ports-gnome-538d7dd87353edc317ab5c5d62ac54a6d2921745.tar.zst
freebsd-ports-gnome-538d7dd87353edc317ab5c5d62ac54a6d2921745.zip
- Set UNAME_s=Linux since FreeBSD's native uname(1) is invoked
from the wrapper script under some circumstances[*]. Bump PORTREVISION. - Add another site to MASTER_SITES. Reported by: nyan
Diffstat (limited to 'japanese/acroread')
-rw-r--r--japanese/acroread/Makefile5
-rw-r--r--japanese/acroread/files/acroread.in1
2 files changed, 4 insertions, 2 deletions
diff --git a/japanese/acroread/Makefile b/japanese/acroread/Makefile
index a4598db0d2e8..9712c58752c6 100644
--- a/japanese/acroread/Makefile
+++ b/japanese/acroread/Makefile
@@ -7,9 +7,10 @@
PORTNAME= acroread
PORTVERSION= 7.0.5
-PORTREVISION= 0
+PORTREVISION= 1
CATEGORIES= japanese print
-MASTER_SITES= ftp://ftp.adobe.com/pub/adobe/reader/unix/7x/7.0.5/jpn/
+MASTER_SITES= http://ardownload.adobe.com/pub/adobe/reader/unix/7x/7.0.5/jpn/ \
+ ftp://ftp.adobe.com/pub/adobe/reader/unix/7x/7.0.5/jpn/
DISTNAME= AdobeReader_jpn-7.0.5-1.i386
DIST_SUBDIR= acroread
diff --git a/japanese/acroread/files/acroread.in b/japanese/acroread/files/acroread.in
index 7479e2cf1219..0bfccc5379ec 100644
--- a/japanese/acroread/files/acroread.in
+++ b/japanese/acroread/files/acroread.in
@@ -1,4 +1,5 @@
#!%%LINUXBASE%%/bin/sh
# $FreeBSD$
: ${GTK_IM_MODULE:=xim}; export GTK_IM_MODULE
+UNAME_s=Linux; export UNAME_s
exec %%INSTALLDIR%%/bin/acroread "$@"