diff options
author | Mark Pulford <markp@FreeBSD.org> | 2001-07-13 05:39:52 +0000 |
---|---|---|
committer | Mark Pulford <markp@FreeBSD.org> | 2001-07-13 05:39:52 +0000 |
commit | 96551fbd119069b6d2485e6722c381667b5a5284 (patch) | |
tree | 18f7851c3ea5ac69fb97e0da9d688298853c11f0 /x11/xdialog/Makefile | |
parent | Updated to 1.4 (diff) |
Updated to 2.0.3
PR: 28924
Submitted by: Joseph Scott <joseph@randomnetworks.com>
Diffstat (limited to 'x11/xdialog/Makefile')
-rw-r--r-- | x11/xdialog/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/xdialog/Makefile b/x11/xdialog/Makefile index 9483b00e554b..9608287a4f25 100644 --- a/x11/xdialog/Makefile +++ b/x11/xdialog/Makefile @@ -7,10 +7,10 @@ # PORTNAME= xdialog -PORTVERSION= 2.0.2.4 +PORTVERSION= 2.0.3 CATEGORIES= x11 MASTER_SITES= http://xdialog.free.fr/ -DISTNAME= ${PORTNAME:S/x/X/}-${PORTVERSION:R} +DISTNAME= ${PORTNAME:S/x/X/}-${PORTVERSION} MAINTAINER= ports@FreeBSD.org |