aboutsummaryrefslogtreecommitdiffstats
path: root/x11-wm/blackbox/Makefile
diff options
context:
space:
mode:
authorobraun <obraun@FreeBSD.org>2002-09-19 22:38:40 +0800
committerobraun <obraun@FreeBSD.org>2002-09-19 22:38:40 +0800
commit0cd76e3c4267c7dc3781136cbefb269def9b06c4 (patch)
tree37bde7673fd3672bdf0d28cb3423bb7c4b506625 /x11-wm/blackbox/Makefile
parenta374b3d2b4d69841e1c72ec246aac927dec4ca75 (diff)
downloadfreebsd-ports-gnome-0cd76e3c4267c7dc3781136cbefb269def9b06c4.tar.gz
freebsd-ports-gnome-0cd76e3c4267c7dc3781136cbefb269def9b06c4.tar.zst
freebsd-ports-gnome-0cd76e3c4267c7dc3781136cbefb269def9b06c4.zip
* Upgrade to 0.65.0.
* Use new x11-wm/boxtools port. PR: ports/42947 Submitted by: maintainer
Diffstat (limited to 'x11-wm/blackbox/Makefile')
-rw-r--r--x11-wm/blackbox/Makefile12
1 files changed, 8 insertions, 4 deletions
diff --git a/x11-wm/blackbox/Makefile b/x11-wm/blackbox/Makefile
index e6001baa96c3..60fee03775a9 100644
--- a/x11-wm/blackbox/Makefile
+++ b/x11-wm/blackbox/Makefile
@@ -6,20 +6,24 @@
#
PORTNAME= blackbox
-PORTVERSION= 0.62.1
+PORTVERSION= 0.65.0
CATEGORIES= x11-wm
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= blackboxwm
MAINTAINER= stijn@win.tue.nl
-MAN1= blackbox.1 bsetroot.1
+RUN_DEPENDS= bsetbg:${PORTSDIR}/x11-wm/boxtools
+
+MAN1= blackbox.1
USE_X_PREFIX= yes
GNU_CONFIGURE= yes
+USE_REINPLACE= yes
pre-patch:
- @${PERL} -ni.orig -e '/^SUBDIRS/ || print' \
- ${WRKSRC}/doc/Makefile.in
+ ${REINPLACE_CMD} -e 's#nls src util#nls src#' ${WRKSRC}/Makefile.in
+ ${REINPLACE_CMD} -E 's/^SUBDIRS/#SUBDIRS/' ${WRKSRC}/doc/Makefile.in
+ ${REINPLACE_CMD} -e 's# bsetroot.1 bsetbg.1##' ${WRKSRC}/doc/Makefile.in
.include <bsd.port.mk>