pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/print Don't add .../Fonts and .../res twice to PLIST



details:   https://anonhg.NetBSD.org/pkgsrc/rev/7bf751eb72ea
branches:  trunk
changeset: 518258:7bf751eb72ea
user:      hubertf <hubertf%pkgsrc.org@localhost>
date:      Mon Sep 04 19:27:56 2006 +0000

description:
Don't add .../Fonts and .../res twice to PLIST
(it was there via @exec before, and was added as 'regular' entry before...
 remove the @exec stuff)

OK'd by joerg@

diffstat:

 print/acroread/Makefile          |  4 ++--
 print/acroread/PLIST.common_end  |  6 +-----
 print/acroread5/Makefile         |  4 ++--
 print/acroread5/PLIST.common_end |  6 +-----
 4 files changed, 6 insertions(+), 14 deletions(-)

diffs (57 lines):

diff -r 4350c3a1034b -r 7bf751eb72ea print/acroread/Makefile
--- a/print/acroread/Makefile   Mon Sep 04 17:03:35 2006 +0000
+++ b/print/acroread/Makefile   Mon Sep 04 19:27:56 2006 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.49 2006/05/22 22:22:04 jlam Exp $
+# $NetBSD: Makefile,v 1.50 2006/09/04 19:27:56 hubertf Exp $
 
 DISTNAME=      acroread        # Overridden below
 PKGNAME=       acroread-4.05
-PKGREVISION=   4
+PKGREVISION=   5
 CATEGORIES=    print
 MASTER_SITES=  ftp://ftp-pac.adobe.com/pub/adobe/acrobatreader/unix/4.x/ \
                http://download.adobe.com/pub/adobe/acrobatreader/unix/4.x/
diff -r 4350c3a1034b -r 7bf751eb72ea print/acroread/PLIST.common_end
--- a/print/acroread/PLIST.common_end   Mon Sep 04 17:03:35 2006 +0000
+++ b/print/acroread/PLIST.common_end   Mon Sep 04 19:27:56 2006 +0000
@@ -1,11 +1,7 @@
-@comment $NetBSD: PLIST.common_end,v 1.1 2005/02/21 21:24:06 veego Exp $
+@comment $NetBSD: PLIST.common_end,v 1.2 2006/09/04 19:27:56 hubertf Exp $
 @exec ${MKDIR} %D/lib/netscape/plugins
 @unexec ${RMDIR} %D/lib/netscape/plugins 2>/dev/null || ${TRUE}
 @unexec ${RMDIR} %D/lib/netscape 2>/dev/null || ${TRUE}
-@exec ln -sf ../../Resource/Font %D/Acrobat4/Reader/${PLATFORM}/fonts
-@unexec ${RM} -f %D/Acrobat4/Reader/${PLATFORM}/fonts
-@exec ln -sf ../res %D/Acrobat4/Reader/${PLATFORM}/res
-@unexec ${RM} -f %D/Acrobat4/Reader/${PLATFORM}/res
 @dirrm Acrobat4/Browsers/${PLATFORM}
 @dirrm Acrobat4/Browsers
 @dirrm Acrobat4/Reader/res
diff -r 4350c3a1034b -r 7bf751eb72ea print/acroread5/Makefile
--- a/print/acroread5/Makefile  Mon Sep 04 17:03:35 2006 +0000
+++ b/print/acroread5/Makefile  Mon Sep 04 19:27:56 2006 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.34 2006/05/22 22:22:04 jlam Exp $
+# $NetBSD: Makefile,v 1.35 2006/09/04 19:27:56 hubertf Exp $
 
 DISTNAME=      acroread5       # Overridden below
 PKGNAME=       acroread5-5.10
-PKGREVISION=   3
+PKGREVISION=   4
 CATEGORIES=    print
 MASTER_SITES=  http://ardownload.adobe.com/pub/adobe/acrobatreader/unix/5.x/
 
diff -r 4350c3a1034b -r 7bf751eb72ea print/acroread5/PLIST.common_end
--- a/print/acroread5/PLIST.common_end  Mon Sep 04 17:03:35 2006 +0000
+++ b/print/acroread5/PLIST.common_end  Mon Sep 04 19:27:56 2006 +0000
@@ -1,8 +1,4 @@
-@comment $NetBSD: PLIST.common_end,v 1.1 2005/02/21 21:24:06 veego Exp $
-@exec ln -sf ../../Resource/Font %D/Acrobat5/Reader/${PLATFORM}/fonts
-@unexec ${RM} -f %D/Acrobat5/Reader/${PLATFORM}/fonts
-@exec ln -sf ../res %D/Acrobat5/Reader/${PLATFORM}/res
-@unexec ${RM} -f %D/Acrobat5/Reader/${PLATFORM}/res
+@comment $NetBSD: PLIST.common_end,v 1.2 2006/09/04 19:27:56 hubertf Exp $
 @dirrm Acrobat5/Browsers/${PLATFORM}
 @dirrm Acrobat5/Browsers
 @dirrm Acrobat5/Reader/res



Home | Main Index | Thread Index | Old Index