diff options
author | markd <markd@pkgsrc.org> | 2004-11-07 12:32:04 +0000 |
---|---|---|
committer | markd <markd@pkgsrc.org> | 2004-11-07 12:32:04 +0000 |
commit | b260e7184d39dc3aa9638d44e6fe4c33a6a3784d (patch) | |
tree | fecdcf5af8d14e572efec0babd3e4efe2f1deba7 /print | |
parent | 94ac193faab039069675cbbf41eacf3ab6582e15 (diff) | |
download | pkgsrc-b260e7184d39dc3aa9638d44e6fe4c33a6a3784d.tar.gz |
Solaris should be doing 5.09 as well.
Diffstat (limited to 'print')
-rw-r--r-- | print/acroread5/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/print/acroread5/Makefile b/print/acroread5/Makefile index 88741919004..03abdf4d540 100644 --- a/print/acroread5/Makefile +++ b/print/acroread5/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.22 2004/08/23 05:36:08 cube Exp $ +# $NetBSD: Makefile,v 1.23 2004/11/07 12:32:04 markd Exp $ DISTNAME= acroread5 # Overridden below PKGNAME= acroread5-5.09 @@ -52,7 +52,7 @@ PLATFORM= sparcsolaris DISTNAME= linux-509 PLATFORM= intellinux .elif ${OPSYS} == "SunOS" -DISTNAME= solaris-508 +DISTNAME= solaris-509 PLATFORM= sparcsolaris .endif |