aboutsummaryrefslogtreecommitdiff
path: root/net/vserver/Makefile
diff options
context:
space:
mode:
authorWesley Shields <wxs@FreeBSD.org>2009-09-04 15:28:11 +0000
committerWesley Shields <wxs@FreeBSD.org>2009-09-04 15:28:11 +0000
commit4768e5ef62fb3a0a1c5c4c6a206c4c6ecb1b4dbf (patch)
tree9f8ba0f2dc33b37df42412190a409993a35db8f0 /net/vserver/Makefile
parent2799375513fc448e1c130a4062f3519cf0d287e2 (diff)
downloadports-4768e5ef62fb3a0a1c5c4c6a206c4c6ecb1b4dbf.tar.gz
ports-4768e5ef62fb3a0a1c5c4c6a206c4c6ecb1b4dbf.zip
Notes
Diffstat (limited to 'net/vserver/Makefile')
-rw-r--r--net/vserver/Makefile13
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>