diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2002-01-01 15:22:45 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2002-01-01 15:22:45 +0000 |
commit | 7c9c7117a7efe8b08f0a3e618a7b36b6939e1a0b (patch) | |
tree | f4399464efb69174bfebfc5ecb709d58729e3933 /x11/wterm/Makefile | |
parent | Fix build if BATCH is set. (diff) |
- Update to 6.2.9;
- pass over maintainership to Adam Kranzel <adam-ports@blacktabby.org>.
PR: 33401
Submitted by: Adam Kranzel <adam-ports@blacktabby.org>
No responce from: old maintainer
Notes
Notes:
svn path=/head/; revision=52470
Diffstat (limited to 'x11/wterm/Makefile')
-rw-r--r-- | x11/wterm/Makefile | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/x11/wterm/Makefile b/x11/wterm/Makefile index b91cacf3c05e..9876af89b395 100644 --- a/x11/wterm/Makefile +++ b/x11/wterm/Makefile @@ -6,16 +6,14 @@ # PORTNAME= wterm -PORTVERSION= 6.2.8a2 +PORTVERSION= 6.2.9 CATEGORIES= x11 -MASTER_SITES= ${MASTER_SITE_LOCAL} -MASTER_SITE_SUBDIR= markp +MASTER_SITES= http://largo.windowmaker.org/files/ -MAINTAINER= treif@mayn.de +MAINTAINER= adam-ports@blacktabby.org BUILD_DEPENDS= ${X11BASE}/lib/libWINGs.a:${PORTSDIR}/x11-wm/windowmaker -WRKSRC= ${WRKDIR}/wterm-6.2.8 USE_X_PREFIX= yes USE_XPM= yes GNU_CONFIGURE= yes |