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 | ec2be8c8a3b0a2a6029bffc3d2dd383de8615b91 (patch) | |
tree | 85129a99254a0cf075ded6bbfb66556d9d79b939 /print/acroread5 | |
parent | c283f2ab25de283b8ee0a96cc27659888e053a20 (diff) | |
download | pkgsrc-ec2be8c8a3b0a2a6029bffc3d2dd383de8615b91.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/acroread5')
-rw-r--r-- | print/acroread5/Makefile | 4 | ||||
-rw-r--r-- | print/acroread5/PLIST.common_end | 6 |
2 files changed, 3 insertions, 7 deletions
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 |