diff options
author | Patrick Li <pat@FreeBSD.org> | 2002-01-25 22:47:06 +0000 |
---|---|---|
committer | Patrick Li <pat@FreeBSD.org> | 2002-01-25 22:47:06 +0000 |
commit | 1f36948b919988143237c4e45c44f703dfd532bf (patch) | |
tree | 51335f10d742bde27b7103a87c0b4b57858259c2 /x11-wm/blackbox/Makefile | |
parent | 8e371f7635c63e2b1ef855ab18eed4af4d2ace97 (diff) | |
download | ports-1f36948b919988143237c4e45c44f703dfd532bf.tar.gz ports-1f36948b919988143237c4e45c44f703dfd532bf.zip |
Notes
Diffstat (limited to 'x11-wm/blackbox/Makefile')
-rw-r--r-- | x11-wm/blackbox/Makefile | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/x11-wm/blackbox/Makefile b/x11-wm/blackbox/Makefile index 98a9ce861b8f..90fa0158d222 100644 --- a/x11-wm/blackbox/Makefile +++ b/x11-wm/blackbox/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> |