diff options
author | wxs <wxs@FreeBSD.org> | 2009-09-04 23:28:11 +0800 |
---|---|---|
committer | wxs <wxs@FreeBSD.org> | 2009-09-04 23:28:11 +0800 |
commit | 6e81e661c61e5d5c26a5879e4e93f489106cab01 (patch) | |
tree | 40e425ce2f45588fda635344584eca5f528db4af /net/vserver/Makefile | |
parent | e38b4f1413a9cae4902fc432e8da62322638c470 (diff) | |
download | freebsd-ports-gnome-6e81e661c61e5d5c26a5879e4e93f489106cab01.tar.gz freebsd-ports-gnome-6e81e661c61e5d5c26a5879e4e93f489106cab01.tar.zst freebsd-ports-gnome-6e81e661c61e5d5c26a5879e4e93f489106cab01.zip |
- Update to 2.43c which fixes the build and fixes other bugs.
- Update maintainer email address.
- While here respect custom prefix.
PR: ports/138528
Submitted by: Andreas Wetzel <mickey242@gmx.net>
Diffstat (limited to 'net/vserver/Makefile')
-rw-r--r-- | net/vserver/Makefile | 13 |
1 files changed, 4 insertions, 9 deletions
diff --git a/net/vserver/Makefile b/net/vserver/Makefile index 5be2149af14a..f6e473377e44 100644 --- a/net/vserver/Makefile +++ b/net/vserver/Makefile @@ -6,14 +6,15 @@ # PORTNAME= vserver -PORTVERSION= 2.43a +PORTVERSION= 2.43c CATEGORIES= net MASTER_SITES= http://www.enforcer.cc/vchat/filez/ -MAINTAINER= mickey@netassembly.de +MAINTAINER= mickey@enforcer.cc COMMENT= Server software of the VChat conference system HAS_CONFIGURE= yes +CONFIGURE_ARGS+= --prefix="${PREFIX}" --mandir="${PREFIX}/man" USE_RC_SUBR= vserver MAN8= vchatctl.8 vserver.8 @@ -28,12 +29,6 @@ SUB_LIST+= VCHATUSER=${VCHATUSER} \ PLIST_FILES= sbin/vserver sbin/vchatctl \ "@dirrmtry etc/vchat" -.include <bsd.port.pre.mk> - -.if ${OSVERSION} >= 700042 -BROKEN= Does not compile with GCC 4.2 -.endif - pre-install: @${SETENV} PKG_PREFIX=${PREFIX} \ ${SH} ${PKGINSTALL} ${PKGNAME} PRE-INSTALL @@ -42,4 +37,4 @@ post-install: @${SETENV} PKG_PREFIX=${PREFIX} \ ${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL -.include <bsd.port.post.mk> +.include <bsd.port.mk> |