diff options
author | trevor <trevor@FreeBSD.org> | 2002-07-27 13:20:22 +0000 |
---|---|---|
committer | trevor <trevor@FreeBSD.org> | 2002-07-27 13:20:22 +0000 |
commit | 4e05f5fe553f4b8011dcbbb91f6439913d71af54 (patch) | |
tree | 4168a50bfb9d48a54f9df40dabccbd3d40931941 | |
parent | 5b880a32e9aa211f34cbc9df8d1761ec25599841 (diff) | |
download | FreeBSD-ports-4e05f5fe553f4b8011dcbbb91f6439913d71af54.zip FreeBSD-ports-4e05f5fe553f4b8011dcbbb91f6439913d71af54.tar.gz |
Change PORTVERSION from 5.0.6 to 5.06. The previous PORTVERSION
was 5.05, which pkg_version treats as greater than 5.0.6.
noticed by: lioux
-rw-r--r-- | print/acroread5/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/print/acroread5/Makefile b/print/acroread5/Makefile index a5806d7..c904b31 100644 --- a/print/acroread5/Makefile +++ b/print/acroread5/Makefile @@ -6,7 +6,7 @@ # PORTNAME= acroread -PORTVERSION= 5.0.6 +PORTVERSION= 5.06 CATEGORIES= print linux MASTER_SITES= ftp://ftp.adobe.com/pub/adobe/acrobatreader/unix/5.x/ .include <bsd.port.pre.mk> |