aboutsummaryrefslogtreecommitdiffstats
path: root/x11-wm/openbox/Makefile
diff options
context:
space:
mode:
authorpat <pat@FreeBSD.org>2002-01-26 06:47:06 +0800
committerpat <pat@FreeBSD.org>2002-01-26 06:47:06 +0800
commit76858efb627f7622c9cc3590a81096a76e003661 (patch)
treefaad460f8737869f27c88947eecf73de851486b2 /x11-wm/openbox/Makefile
parent0dd4fa12c213c657936c62438a680c21b5ba14d9 (diff)
downloadfreebsd-ports-graphics-76858efb627f7622c9cc3590a81096a76e003661.tar.gz
freebsd-ports-graphics-76858efb627f7622c9cc3590a81096a76e003661.tar.zst
freebsd-ports-graphics-76858efb627f7622c9cc3590a81096a76e003661.zip
Update to 0.62.0
Give maintainership to submitter PR: 34113 Submitted by: Stijn Hoop <stijn@win.tue.nl> Approved by: maintainer
Diffstat (limited to 'x11-wm/openbox/Makefile')
-rw-r--r--x11-wm/openbox/Makefile12
1 files changed, 8 insertions, 4 deletions
diff --git a/x11-wm/openbox/Makefile b/x11-wm/openbox/Makefile
index 98a9ce861b8..90fa0158d22 100644
--- a/x11-wm/openbox/Makefile
+++ b/x11-wm/openbox/Makefile
@@ -6,16 +6,20 @@
#
PORTNAME= blackbox
-PORTVERSION= 0.61.1
+PORTVERSION= 0.62.0
CATEGORIES= x11-wm
-MASTER_SITES= ftp://portal.alug.org/pub/blackbox/0.6x.x/
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
+MASTER_SITE_SUBDIR= blackboxwm
-MAINTAINER= patseal@hyperhost.net
+MAINTAINER= stijn@win.tue.nl
MAN1= blackbox.1 bsetroot.1
USE_X_PREFIX= yes
GNU_CONFIGURE= yes
-USE_BZIP2= yes
+
+pre-patch:
+ @${PERL} -ni.orig -e '/^SUBDIRS/ || print' \
+ ${WRKSRC}/doc/Makefile.in
.include <bsd.port.mk>