diff options
author | Chris Piazza <cpiazza@FreeBSD.org> | 2000-04-10 00:07:29 +0000 |
---|---|---|
committer | Chris Piazza <cpiazza@FreeBSD.org> | 2000-04-10 00:07:29 +0000 |
commit | c3bb46468efb8e5e67dcd557814ce25e7c9521ee (patch) | |
tree | 94b6306cf43a2f77691932d56a3d8be806d6e130 /www/mod_dav | |
parent | 37c0ef8e3bc1afeab57f1c4f837b3c0031db633a (diff) | |
download | ports-c3bb46468efb8e5e67dcd557814ce25e7c9521ee.tar.gz ports-c3bb46468efb8e5e67dcd557814ce25e7c9521ee.zip |
Notes
Diffstat (limited to 'www/mod_dav')
-rw-r--r-- | www/mod_dav/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/www/mod_dav/Makefile b/www/mod_dav/Makefile index a5c1ae5780cc..1220d73e4f26 100644 --- a/www/mod_dav/Makefile +++ b/www/mod_dav/Makefile @@ -1,15 +1,16 @@ # New ports collection makefile for: mod_dav (apache) -# Version required: 0.9.14 # Date created: Sun Oct 17, 1999 # Whom: patrick@mindstep.com # # $FreeBSD$ # -DISTNAME= mod_dav-${DAV_VERSION}-${APACHE_VERSION} -PKGNAME= mod_dav-${DAV_VERSION} +PORTNAME= mod_dav +PORTVERSION= 0.9.14 +DISTNAME= mod_dav-${PORTVERSION}-${APACHE_VERSION} CATEGORIES= www MASTER_SITES= http://www.webdav.org/mod_dav/ +DISTNAME= mod_dav-${PORTVERSION}-${APACHE_VERSION} MAINTAINER= patrick@mindstep.com @@ -18,7 +19,6 @@ RUN_DEPENDS= ${LOCALBASE}/sbin/apxs:${PORTSDIR}/www/apache13 # This port will work with the following version of Apache and anything newer. APACHE_VERSION= 1.3.6 -DAV_VERSION= 0.9.14 HAS_CONFIGURE= yes CONFIGURE_ARGS= --prefix=${PREFIX} \ |