diff options
Diffstat (limited to 'x11-wm/openbox/Makefile')
-rw-r--r-- | x11-wm/openbox/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/x11-wm/openbox/Makefile b/x11-wm/openbox/Makefile index 776f834057ab..f1da6cae4851 100644 --- a/x11-wm/openbox/Makefile +++ b/x11-wm/openbox/Makefile @@ -6,8 +6,7 @@ # PORTNAME= openbox -PORTVERSION= 3.4.11.2 -PORTREVISION= 1 +PORTVERSION= 3.5.0 CATEGORIES= x11-wm MASTER_SITES= http://openbox.org/dist/openbox/ \ http://dougbarton.us/Downloads/ @@ -28,7 +27,7 @@ CONFIGURE_ENV= CFLAGS+="-I${LOCALBASE}/include" \ MAN1= openbox.1 openbox-session.1 obxprop.1 \ openbox-gnome-session.1 openbox-kde-session.1 -PLIST_SUB= VERSION=${PORTVERSION} +PLIST_SUB= VERSION=${PORTVERSION:C/.[0-9]+\$//} .if !defined(WITHOUT_NLS) USE_GETTEXT= yes |