summaryrefslogtreecommitdiffstats
path: root/japanese/acroread
diff options
context:
space:
mode:
authorhrs <hrs@FreeBSD.org>2006-02-11 15:35:24 +0000
committerhrs <hrs@FreeBSD.org>2006-02-11 15:35:24 +0000
commit538d7dd87353edc317ab5c5d62ac54a6d2921745 (patch)
tree2a6fe35fc4e09b7e1971a2ccecccbcb5f54799b7 /japanese/acroread
parentd3eda753da4e0f99545ed273d915bad9e9ecb692 (diff)
downloadFreeBSD-ports-538d7dd87353edc317ab5c5d62ac54a6d2921745.zip
FreeBSD-ports-538d7dd87353edc317ab5c5d62ac54a6d2921745.tar.gz
- 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 a4598db..9712c58 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 7479e2c..0bfccc5 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 "$@"
OpenPOWER on IntegriCloud