pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/print/acroread Remove the "acroread" symlink, it confl...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/2ffce7d94837
branches:  trunk
changeset: 486034:2ffce7d94837
user:      xtraeme <xtraeme%pkgsrc.org@localhost>
date:      Tue Dec 21 15:32:03 2004 +0000

description:
Remove the "acroread" symlink, it conflicts with print/acroread5, now
we have bin/acroread{3,4,5} and bin/acroread linked to the latest
package available (acroread5).

Bump PKGREVISION.

diffstat:

 print/acroread/Makefile  |  8 ++++----
 print/acroread/PLIST.pre |  3 +--
 2 files changed, 5 insertions(+), 6 deletions(-)

diffs (40 lines):

diff -r 7fcb6ac0b7fd -r 2ffce7d94837 print/acroread/Makefile
--- a/print/acroread/Makefile   Tue Dec 21 14:16:00 2004 +0000
+++ b/print/acroread/Makefile   Tue Dec 21 15:32:03 2004 +0000
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.38 2003/07/17 22:52:22 grant Exp $
+# $NetBSD: Makefile,v 1.39 2004/12/21 15:32:03 xtraeme Exp $
 
 DISTNAME=      acroread        # Overridden below
 PKGNAME=       acroread-4.05
+PKGREVISION=   1
 CATEGORIES=    print
 MASTER_SITES=  ftp://ftp-pac.adobe.com/pub/adobe/acrobatreader/unix/4.x/
 
@@ -75,9 +76,8 @@
        @cd ${PREFIX}/Acrobat4/bin && \
          ${BIN_PATCH} <${FILESDIR}/acroread.diff && \
          ${INSTALL_SCRIPT} ${PREFIX}/Acrobat4/bin/acroread \
-            ${PREFIX}/bin/acroread && ${RM} -f acroread.orig
-       ${CHMOD} +x ${PREFIX}/bin/acroread
-       ${LN} -f ${PREFIX}/bin/acroread ${PREFIX}/bin/acroread4
+            ${PREFIX}/bin/acroread4 && ${RM} -f acroread.orig
+       ${CHMOD} +x ${PREFIX}/bin/acroread4
        ${INSTALL_DATA_DIR} ${NS_PLUGINS_DIR}
        ${INSTALL_DATA} ${PREFIX}/Acrobat4/Browsers/${PLATFORM}/nppdf.so \
                ${NS_PLUGINS_DIR}
diff -r 7fcb6ac0b7fd -r 2ffce7d94837 print/acroread/PLIST.pre
--- a/print/acroread/PLIST.pre  Tue Dec 21 14:16:00 2004 +0000
+++ b/print/acroread/PLIST.pre  Tue Dec 21 15:32:03 2004 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST.pre,v 1.1 2001/10/31 23:31:21 zuntum Exp $
+@comment $NetBSD: PLIST.pre,v 1.2 2004/12/21 15:32:03 xtraeme Exp $
 Acrobat4/Browsers/netscape
 Acrobat4/Browsers/${PLATFORM}/nppdf.so
 Acrobat4/ReadMe
@@ -40,5 +40,4 @@
 Acrobat4/Resource/Font/TimesNewRoman-Italic
 Acrobat4/Resource/Font/ZapfDingbats
 Acrobat4/bin/acroread
-bin/acroread
 bin/acroread4



Home | Main Index | Thread Index | Old Index