diff options
author | sanpei <sanpei@FreeBSD.org> | 2000-09-11 20:27:04 +0800 |
---|---|---|
committer | sanpei <sanpei@FreeBSD.org> | 2000-09-11 20:27:04 +0800 |
commit | ea20b29d9782a35c4e8c19bddbcfc2231f91a01f (patch) | |
tree | d76b11f97c6238d793c1f79f8571dc3ef81eb178 /print | |
parent | a99aed9def24a7a85a786a3c802e6123dc89fb25 (diff) | |
download | freebsd-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-plist | 2 | ||||
-rw-r--r-- | print/acroread5/pkg-plist | 2 |
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" |