summaryrefslogtreecommitdiff
path: root/print/acroread/patches
diff options
context:
space:
mode:
authorsakamoto <sakamoto>1999-06-16 11:08:30 +0000
committersakamoto <sakamoto>1999-06-16 11:08:30 +0000
commitc78940a6e0754c64428a972c924b76c2730e6106 (patch)
tree5cb199ac07480bc80bebf3af6da4d76c5e8b0978 /print/acroread/patches
parent2ce7ef3a580fb9b374fea1d7dcf5071666658f0a (diff)
downloadpkgsrc-c78940a6e0754c64428a972c924b76c2730e6106.tar.gz
Adapt this package to NetBSD.
Update 4.0beta to 4.0. For the present, i386 only.
Diffstat (limited to 'print/acroread/patches')
-rw-r--r--print/acroread/patches/patch-aa6
1 files changed, 4 insertions, 2 deletions
diff --git a/print/acroread/patches/patch-aa b/print/acroread/patches/patch-aa
index 96af67355cd..8b371e4c9ef 100644
--- a/print/acroread/patches/patch-aa
+++ b/print/acroread/patches/patch-aa
@@ -1,10 +1,12 @@
+$NetBSD: patch-aa,v 1.2 1999/06/16 11:08:31 sakamoto Exp $
+
--- INSTALL.orig Thu Nov 7 00:04:53 1996
+++ INSTALL Wed Nov 20 17:37:14 1996
@@ -117,6 +117,8 @@
if [ "$i" -a -f "$i" ] ; then
if [ `uname -s` = "Linux" ] ; then
size=`ls -lLn "$i" | ( read perm links owner group size date ; echo $size )`
-+ elif [ `uname -s` = "FreeBSD" ] ; then
++ elif [ `uname -s|sed -e 's|.*\(...\)|\\1|'` = "BSD" ] ; 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 )`
@@ -32,7 +34,7 @@
DefaultName="Intel/BSDI"
;;
- Linux)
-+ FreeBSD|Linux)
++ *BSD|Linux)
AcroDefaultNum="$AcroIntelLinuxNum"
ExchDefaultNum="$ExchIntelLinuxNum"
ReadDefaultNum="$ReadIntelLinuxNum"