summaryrefslogtreecommitdiffstats
path: root/print/acroread/files
diff options
context:
space:
mode:
authorjoerg <joerg@FreeBSD.org>2005-03-16 15:35:16 +0000
committerjoerg <joerg@FreeBSD.org>2005-03-16 15:35:16 +0000
commitfe0d4cef3f6c6d6470bbfb778bc8044f13f8d1f9 (patch)
tree82643a3c414caadc069cb6033b7ad58fc07abf23 /print/acroread/files
parent2f7f3ce1d434d6eb8587e41033109f87fa26e76a (diff)
downloadFreeBSD-ports-fe0d4cef3f6c6d6470bbfb778bc8044f13f8d1f9.zip
FreeBSD-ports-fe0d4cef3f6c6d6470bbfb778bc8044f13f8d1f9.tar.gz
Upgrade the acroread port to Acroread version 7.
Submitted by: trevor (maintainer)
Diffstat (limited to 'print/acroread/files')
-rw-r--r--print/acroread/files/patch-aa32
1 files changed, 0 insertions, 32 deletions
diff --git a/print/acroread/files/patch-aa b/print/acroread/files/patch-aa
deleted file mode 100644
index 1df7cbf..0000000
--- a/print/acroread/files/patch-aa
+++ /dev/null
@@ -1,32 +0,0 @@
---- INSTALL.orig Mon Jul 1 15:09:57 2002
-+++ INSTALL Thu Aug 8 04:28:23 2002
-@@ -133,8 +133,10 @@
- total=0
- for i in $* ; do
- if [ "$i" -a -f "$i" ] ; then
-- if [ `uname -s` = "Linux" ] ; then
-+ if [ `uname -s` = "FreeBSD|Linux" ] ; then
- size=`ls -lLn "$i" | ( read perm links owner group size date ; echo $size )`
-+ elif [ `uname -s` = "FreeBSD" ] ; then
-+ size=`ls -lL "$i" | ( read perm links owner group size date ; echo $size )`
- else
- size=`ls -lLon "$i" | ( read perm links owner size date ; echo $size )`
- fi
-@@ -344,7 +346,7 @@
- SearchPlatformTar="$3"
- CustomPlatformTar="$4"
-
-- OutputLicense "$ReadLicense"
-+# OutputLicense "$ReadLicense"
- ReadLicense=""
-
- PrintRequiredFree "$ReadTar" "$SearchTar" "$CustomTar" \
-@@ -524,7 +526,7 @@
- ;;
- esac
- ;;
-- Linux)
-+ FreeBSD)
- ReadDefaultNum="$ReadIntelLinuxNum"
- DefaultName="Intel/Linux"
- ;;
OpenPOWER on IntegriCloud