diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2003-02-21 14:08:24 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2003-02-21 14:08:24 +0000 |
commit | e173f6c3ea86b9ad956712cde81488b3932fb586 (patch) | |
tree | fe3d016b468984b9e909062a12c07733eacbeff1 /www/mod_dav | |
parent | 1e7863a2b9faf5dfed393cbc6e4e954df275caa3 (diff) | |
download | ports-e173f6c3ea86b9ad956712cde81488b3932fb586.tar.gz ports-e173f6c3ea86b9ad956712cde81488b3932fb586.zip |
Notes
Diffstat (limited to 'www/mod_dav')
-rw-r--r-- | www/mod_dav/Makefile | 1 | ||||
-rw-r--r-- | www/mod_dav/pkg-comment | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/www/mod_dav/Makefile b/www/mod_dav/Makefile index e633c85c2bf5..c2b69d002dbf 100644 --- a/www/mod_dav/Makefile +++ b/www/mod_dav/Makefile @@ -12,6 +12,7 @@ MASTER_SITES= http://www.webdav.org/mod_dav/ DISTNAME= mod_dav-${PORTVERSION}-${APACHE_VERSION} MAINTAINER= patrick@mindstep.com +COMMENT= An Apache module that provides DAV capabilities BUILD_DEPENDS= ${LOCALBASE}/sbin/apxs:${PORTSDIR}/www/apache13 RUN_DEPENDS= ${LOCALBASE}/sbin/apxs:${PORTSDIR}/www/apache13 diff --git a/www/mod_dav/pkg-comment b/www/mod_dav/pkg-comment deleted file mode 100644 index 5786928bec88..000000000000 --- a/www/mod_dav/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -An Apache module that provides DAV capabilities |