diff options
author | Roman Bogorodskiy <novel@FreeBSD.org> | 2011-09-24 01:06:01 +0000 |
---|---|---|
committer | Roman Bogorodskiy <novel@FreeBSD.org> | 2011-09-24 01:06:01 +0000 |
commit | 72714a886ad71d912d2b3555d1c2193fd43a4664 (patch) | |
tree | 86014df97c063f6b40ffaf23d9c85f47315e6123 /x11-wm/obconf/Makefile | |
parent | 0d1b6f4bb842dbe156436f0ac05f392ebc21c322 (diff) | |
download | ports-72714a886ad71d912d2b3555d1c2193fd43a4664.tar.gz ports-72714a886ad71d912d2b3555d1c2193fd43a4664.zip |
Merge upstream fix for config path handling bug for obconf invoked with
--config-file argument.
Reported by: Tom Abate Jr. <tom.abate@comcast.net>
Obtained from: obconf git repository
Notes
Notes:
svn path=/head/; revision=282289
Diffstat (limited to 'x11-wm/obconf/Makefile')
-rw-r--r-- | x11-wm/obconf/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-wm/obconf/Makefile b/x11-wm/obconf/Makefile index c5f41bcf29e9..e21836dc39db 100644 --- a/x11-wm/obconf/Makefile +++ b/x11-wm/obconf/Makefile @@ -7,7 +7,7 @@ PORTNAME= obconf PORTVERSION= 2.0.3 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= x11-wm MASTER_SITES= http://openbox.org/dist/obconf/ |