diff options
author | Trevor Johnson <trevor@FreeBSD.org> | 2004-12-23 18:57:15 +0000 |
---|---|---|
committer | Trevor Johnson <trevor@FreeBSD.org> | 2004-12-23 18:57:15 +0000 |
commit | 2245b95ae1c2816c02edab6223819b111cfdc041 (patch) | |
tree | 8d0dfed9c8899fcc4d65f3a8d627c7f1b6bde93a /print/acroread5/files | |
parent | a7fa9ffffc03e92d28b9cdb00a473bf133d81d47 (diff) |
Move acroread5 to acroread, as requested by tg and vs.
PR: 75371
Approved by: portmgr (marcus)
Notes
Notes:
svn path=/head/; revision=124996
Diffstat (limited to 'print/acroread5/files')
-rw-r--r-- | print/acroread5/files/patch-aa | 32 |
1 files changed, 0 insertions, 32 deletions
diff --git a/print/acroread5/files/patch-aa b/print/acroread5/files/patch-aa deleted file mode 100644 index 1df7cbfd4124..000000000000 --- a/print/acroread5/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" - ;; |