diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2013-03-15 01:28:32 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2013-03-15 01:28:32 +0000 |
commit | eb752cc1c874f893f0b37c7c979bd4dd19123c4f (patch) | |
tree | 4a143e9b244cce85b242f7c53cf24f97f5ac7979 /www/pear-HTTP_WebDAV_Server | |
parent | 3a9fb4559479673811419cc16ffab4de80df5558 (diff) | |
download | ports-eb752cc1c874f893f0b37c7c979bd4dd19123c4f.tar.gz ports-eb752cc1c874f893f0b37c7c979bd4dd19123c4f.zip |
Notes
Diffstat (limited to 'www/pear-HTTP_WebDAV_Server')
-rw-r--r-- | www/pear-HTTP_WebDAV_Server/Makefile | 15 |
1 files changed, 2 insertions, 13 deletions
diff --git a/www/pear-HTTP_WebDAV_Server/Makefile b/www/pear-HTTP_WebDAV_Server/Makefile index 2a8a9f09dfea..f1ef5336b2fb 100644 --- a/www/pear-HTTP_WebDAV_Server/Makefile +++ b/www/pear-HTTP_WebDAV_Server/Makefile @@ -1,9 +1,5 @@ -# Ports collection makefile for: HTTP_WebDAV_Server -# Date created: 14 Nov 2008 -# Whom: Wen Heping<wenheping@gmail.com> -# +# Created by: Wen Heping<wenheping@gmail.com> # $FreeBSD$ -# PORTNAME= HTTP_WebDAV_Server PORTVERSION= 1.0.0.r4 @@ -13,14 +9,7 @@ DISTNAME= ${PORTNAME}-1.0.0RC4 MAINTAINER= miwi@FreeBSD.org COMMENT= WebDAV Server Baseclass -CATEGORY= HTTP/WebDAV -FILES= Server.php Server/Filesystem.php \ - Tools/_parse_lockinfo.php \ - Tools/_parse_propfind.php \ - Tools/_parse_proppatch.php \ - db/Fileserver.sql -DOCS= README dav.txt -_DOCSDIR= . +PEAR_AUTOINSTALL= yes .include <bsd.port.pre.mk> .include "${PORTSDIR}/devel/pear/bsd.pear.mk" |