diff options
author | Oliver Lehmann <oliver@FreeBSD.org> | 2004-04-18 12:24:35 +0000 |
---|---|---|
committer | Oliver Lehmann <oliver@FreeBSD.org> | 2004-04-18 12:24:35 +0000 |
commit | 357abde4615e46138d6957b7b39668eab8c84623 (patch) | |
tree | 9cb4adc648a0d1aff01e07a254f330f814ed63c2 /mail/vqadmin/Makefile | |
parent | Mark DEPRECATED. These ports are quite old and useless in these (diff) |
update to 2.3.6
Diffstat (limited to '')
-rw-r--r-- | mail/vqadmin/Makefile | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/mail/vqadmin/Makefile b/mail/vqadmin/Makefile index 8784035e582d..e62e89914029 100644 --- a/mail/vqadmin/Makefile +++ b/mail/vqadmin/Makefile @@ -6,10 +6,10 @@ # PORTNAME= vqadmin -PORTVERSION= 2.3.5 +PORTVERSION= 2.3.6 CATEGORIES= mail -MASTER_SITES= http://www.inter7.com/devel/ \ - http://www.inter7.com/vqadmin/ +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= vqadmin MAINTAINER= oliver@FreeBSD.org COMMENT= A cgi-based Virtual Qmail Domains Administrator @@ -19,13 +19,14 @@ BUILD_DEPENDS= ${LOCALBASE}/vpopmail/lib/libvpopmail.a:${PORTSDIR}/mail/vpopmail RUN_DEPENDS= ${LOCALBASE}/vpopmail/lib/libvpopmail.a:${PORTSDIR}/mail/vpopmail GNU_CONFIGURE= YES +CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} USE_REINPLACE= YES -CGIBINDIR?= ${PREFIX}/www/cgi-bin.default -WEBDATADIR?= ${PREFIX}/www/data.default +CGIBINDIR?= www/cgi-bin-dist +WEBDATADIR?= www/data-dist -CONFIGURE_ARGS= --enable-cgibindir=${CGIBINDIR} \ - --enable-htmldir=${WEBDATADIR} +CONFIGURE_ARGS= --enable-cgibindir=${PREFIX}/${CGIBINDIR} \ + --enable-htmldir=${PREFIX}/${WEBDATADIR} .include <bsd.port.pre.mk> |