diff options
author | hubertf <hubertf> | 2006-09-04 19:27:56 +0000 |
---|---|---|
committer | hubertf <hubertf> | 2006-09-04 19:27:56 +0000 |
commit | 00ae8a967a2e176fb8c7ae6d4556155e4fac05cb (patch) | |
tree | 85129a99254a0cf075ded6bbfb66556d9d79b939 /print/acroread/Makefile | |
parent | 6e375309e5799964303bff43b2052b0ce2e59cc5 (diff) | |
download | pkgsrc-00ae8a967a2e176fb8c7ae6d4556155e4fac05cb.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/acroread/Makefile')
-rw-r--r-- | print/acroread/Makefile | 4 |
1 files changed, 2 insertions, 2 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/ |