aboutsummaryrefslogtreecommitdiff
path: root/x11-wm/openbox/Makefile
diff options
context:
space:
mode:
authorRoman Bogorodskiy <novel@FreeBSD.org>2010-04-23 03:35:53 +0000
committerRoman Bogorodskiy <novel@FreeBSD.org>2010-04-23 03:35:53 +0000
commit0f34b1705629554d74667d0d7ab184e2bbd5af85 (patch)
tree6620f6204c7fc401957ea72202bae7b0c502f348 /x11-wm/openbox/Makefile
parentcc330f265d1c2d74dc0f60dae9e450205f86dae4 (diff)
downloadports-0f34b1705629554d74667d0d7ab184e2bbd5af85.tar.gz
ports-0f34b1705629554d74667d0d7ab184e2bbd5af85.zip
- Update to 3.4.11.1 [1]
- Use PLIST_SUB for version substitution PR: 145734 [1] Submitted by: dougb [1]
Notes
Notes: svn path=/head/; revision=253069
Diffstat (limited to 'x11-wm/openbox/Makefile')
-rw-r--r--x11-wm/openbox/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/x11-wm/openbox/Makefile b/x11-wm/openbox/Makefile
index 33fe5236be0c..44f363b1238a 100644
--- a/x11-wm/openbox/Makefile
+++ b/x11-wm/openbox/Makefile
@@ -7,8 +7,7 @@
#
PORTNAME= openbox
-PORTVERSION= 3.4.11
-PORTREVISION= 1
+PORTVERSION= 3.4.11.1
CATEGORIES= x11-wm
MASTER_SITES= http://openbox.org/dist/openbox/ \
http://dougbarton.us/Downloads/
@@ -28,6 +27,8 @@ 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}
+
.if !defined(WITHOUT_NLS)
USE_GETTEXT= yes
PLIST_SUB+= NLS=""