diff options
author | hubertf <hubertf@pkgsrc.org> | 2006-09-04 19:27:56 +0000 |
---|---|---|
committer | hubertf <hubertf@pkgsrc.org> | 2006-09-04 19:27:56 +0000 |
commit | eb09e1d482629b8d64e97bdd5b114d1f935bfaa7 (patch) | |
tree | 85129a99254a0cf075ded6bbfb66556d9d79b939 /print | |
parent | 004c66475deb09578ac4ad81309b4e15fb501eca (diff) | |
download | pkgsrc-eb09e1d482629b8d64e97bdd5b114d1f935bfaa7.tar.gz |
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 (limited to 'print')
-rw-r--r-- | print/acroread/Makefile | 4 | ||||
-rw-r--r-- | print/acroread/PLIST.common_end | 6 | ||||
-rw-r--r-- | print/acroread5/Makefile | 4 | ||||
-rw-r--r-- | print/acroread5/PLIST.common_end | 6 |
4 files changed, 6 insertions, 14 deletions
diff --git a/print/acroread/Makefile b/print/acroread/Makefile index 1c0b15960c3..9d49cfe02f3 100644 --- a/print/acroread/Makefile +++ b/print/acroread/Makefile @@ -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 --git a/print/acroread/PLIST.common_end b/print/acroread/PLIST.common_end index 530a8f60383..be0daa02a5a 100644 --- a/print/acroread/PLIST.common_end +++ b/print/acroread/PLIST.common_end @@ -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 --git a/print/acroread5/Makefile b/print/acroread5/Makefile index a70e0fbcdc3..b75b53e69db 100644 --- a/print/acroread5/Makefile +++ b/print/acroread5/Makefile @@ -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 --git a/print/acroread5/PLIST.common_end b/print/acroread5/PLIST.common_end index 822b2edea8c..1c866c3c812 100644 --- a/print/acroread5/PLIST.common_end +++ b/print/acroread5/PLIST.common_end @@ -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 |