diff options
author | Trevor Johnson <trevor@FreeBSD.org> | 2002-07-27 13:20:22 +0000 |
---|---|---|
committer | Trevor Johnson <trevor@FreeBSD.org> | 2002-07-27 13:20:22 +0000 |
commit | 2ffbdd5d3f1924fa33e857acf2d8cca1d6826317 (patch) | |
tree | 77d22f481424ca6e594a8f2bbe28495daa81f014 /print | |
parent | Add WITHOUT_SHIMBUN knob. (diff) |
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
Notes
Notes:
svn path=/head/; revision=63629
Diffstat (limited to 'print')
-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 a5806d779c3e..c904b31b607e 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> |