aboutsummaryrefslogtreecommitdiffstats
path: root/print
diff options
context:
space:
mode:
authorsanpei <sanpei@FreeBSD.org>2000-09-11 20:27:04 +0800
committersanpei <sanpei@FreeBSD.org>2000-09-11 20:27:04 +0800
commitea20b29d9782a35c4e8c19bddbcfc2231f91a01f (patch)
treed76b11f97c6238d793c1f79f8571dc3ef81eb178 /print
parenta99aed9def24a7a85a786a3c802e6123dc89fb25 (diff)
downloadfreebsd-ports-gnome-ea20b29d9782a35c4e8c19bddbcfc2231f91a01f.tar.gz
freebsd-ports-gnome-ea20b29d9782a35c4e8c19bddbcfc2231f91a01f.tar.zst
freebsd-ports-gnome-ea20b29d9782a35c4e8c19bddbcfc2231f91a01f.zip
fix missing symlink.
splash image at start up would be white and black, not colorful. Approved by: dima
Diffstat (limited to 'print')
-rw-r--r--print/acroread4/pkg-plist2
-rw-r--r--print/acroread5/pkg-plist2
2 files changed, 2 insertions, 2 deletions
diff --git a/print/acroread4/pkg-plist b/print/acroread4/pkg-plist
index d77ef19ccb81..a2d4bd3e0cc2 100644
--- a/print/acroread4/pkg-plist
+++ b/print/acroread4/pkg-plist
@@ -64,7 +64,7 @@ Acrobat4/bin/acroread
bin/acroread4
@exec ln -sf ../../Resource/Font/ %D/Acrobat4/Reader/%%ARCHDIR%%/fonts
@unexec rm -f %D/Acrobat4/Reader/%%ARCHDIR%%/fonts
-@exec ln -sf ../../res %D/Acrobat4/Reader/%%ARCHDIR%%/res
+@exec ln -sf ../res %D/Acrobat4/Reader/%%ARCHDIR%%/res
@unexec rm -f %D/Acrobat4/Reader/%%ARCHDIR%%/res
@exec echo "Be sure to read the license agreement in"
@exec echo "%D/Acrobat4/Reader/License.pdf"
diff --git a/print/acroread5/pkg-plist b/print/acroread5/pkg-plist
index d77ef19ccb81..a2d4bd3e0cc2 100644
--- a/print/acroread5/pkg-plist
+++ b/print/acroread5/pkg-plist
@@ -64,7 +64,7 @@ Acrobat4/bin/acroread
bin/acroread4
@exec ln -sf ../../Resource/Font/ %D/Acrobat4/Reader/%%ARCHDIR%%/fonts
@unexec rm -f %D/Acrobat4/Reader/%%ARCHDIR%%/fonts
-@exec ln -sf ../../res %D/Acrobat4/Reader/%%ARCHDIR%%/res
+@exec ln -sf ../res %D/Acrobat4/Reader/%%ARCHDIR%%/res
@unexec rm -f %D/Acrobat4/Reader/%%ARCHDIR%%/res
@exec echo "Be sure to read the license agreement in"
@exec echo "%D/Acrobat4/Reader/License.pdf"