diff options
author | will <will@FreeBSD.org> | 2001-04-07 12:22:51 +0800 |
---|---|---|
committer | will <will@FreeBSD.org> | 2001-04-07 12:22:51 +0800 |
commit | dc0d18f60f016f77cbbb5118fd023c075461ce3f (patch) | |
tree | 6c96efb9164386bcd6f4c01b5cb979889191229c /x11/accessx | |
parent | 9cff09fd5b3bb861aafcc89042cb4dc5b4147efe (diff) | |
download | freebsd-ports-gnome-dc0d18f60f016f77cbbb5118fd023c075461ce3f.tar.gz freebsd-ports-gnome-dc0d18f60f016f77cbbb5118fd023c075461ce3f.tar.zst freebsd-ports-gnome-dc0d18f60f016f77cbbb5118fd023c075461ce3f.zip |
PORTVERSION is 0.950 not 9.50. I think PORTEPOCH is not needed since this
change and the original revision are not far apart enough to matter.
PR: 26395
Submitted by: maintainer
Diffstat (limited to 'x11/accessx')
-rw-r--r-- | x11/accessx/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/accessx/Makefile b/x11/accessx/Makefile index 770f302a9e1c..06d8ca8674fb 100644 --- a/x11/accessx/Makefile +++ b/x11/accessx/Makefile @@ -6,10 +6,10 @@ # PORTNAME= accessx -PORTVERSION= 9.50 +PORTVERSION= 0.950 CATEGORIES= x11 MASTER_SITES= http://www.rehab.uiuc.edu/accessx/software/ -DISTNAME= accessx0${PORTVERSION:S/.//g} +DISTNAME= accessx${PORTVERSION:S/.//g} MAINTAINER= stephen@math.missouri.edu |