diff options
author | pgollucci <pgollucci@FreeBSD.org> | 2009-04-22 08:22:41 +0800 |
---|---|---|
committer | pgollucci <pgollucci@FreeBSD.org> | 2009-04-22 08:22:41 +0800 |
commit | 14efa394cf280475124c05adc593dd24d3bac07e (patch) | |
tree | 5fad1003202e891ce7f775e416bbd454c65220fa /net-im/jwchat | |
parent | 2c72dd1347c018e36082060fc9a5d2a92c00cd50 (diff) | |
download | freebsd-ports-gnome-14efa394cf280475124c05adc593dd24d3bac07e.tar.gz freebsd-ports-gnome-14efa394cf280475124c05adc593dd24d3bac07e.tar.zst freebsd-ports-gnome-14efa394cf280475124c05adc593dd24d3bac07e.zip |
- USE_APACHE=yes is deprecated
- Use SF macro
- Pass maintainer to submitter (me)
PR: ports/133677
Approved by: previous maintainer
Submitted by: me
Diffstat (limited to 'net-im/jwchat')
-rw-r--r-- | net-im/jwchat/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/net-im/jwchat/Makefile b/net-im/jwchat/Makefile index 16aa8a6340b8..a0cf85b54997 100644 --- a/net-im/jwchat/Makefile +++ b/net-im/jwchat/Makefile @@ -9,14 +9,13 @@ PORTNAME= jwchat PORTVERSION= 1.0.b2 PORTREVISION= 1 CATEGORIES= net-im www -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= ${PORTNAME} +MASTER_SITES= SF DISTNAME= ${PORTNAME}-${PORTVERSION:S,.b,beta,} -MAINTAINER= lars.eggert@gmx.net +MAINTAINER= pgollucci@FreeBSD.org COMMENT= Full featured, web-based Jabber client -USE_APACHE= yes +USE_APACHE= 1.3 NO_BUILD= yes |