aboutsummaryrefslogtreecommitdiff
path: root/www/pear-HTTP_Upload/Makefile
diff options
context:
space:
mode:
authorThierry Thomas <thierry@FreeBSD.org>2004-04-14 21:54:24 +0000
committerThierry Thomas <thierry@FreeBSD.org>2004-04-14 21:54:24 +0000
commitf5d187b67c6c37a19217c7aab6f643ddcac79a07 (patch)
tree93178c03f3055a4dc14ec09dd1c1782e139bfb39 /www/pear-HTTP_Upload/Makefile
parent54f6c0745885bbad858cef50d6d583aea8590374 (diff)
downloadports-f5d187b67c6c37a19217c7aab6f643ddcac79a07.tar.gz
ports-f5d187b67c6c37a19217c7aab6f643ddcac79a07.zip
Notes
Diffstat (limited to 'www/pear-HTTP_Upload/Makefile')
-rw-r--r--www/pear-HTTP_Upload/Makefile17
1 files changed, 6 insertions, 11 deletions
diff --git a/www/pear-HTTP_Upload/Makefile b/www/pear-HTTP_Upload/Makefile
index 5bafc4824ccf..76091044b270 100644
--- a/www/pear-HTTP_Upload/Makefile
+++ b/www/pear-HTTP_Upload/Makefile
@@ -7,6 +7,7 @@
PORTNAME= HTTP_Upload
PORTVERSION= 0.8.1
+PORTREVISION= 1
CATEGORIES= www devel pear
MAINTAINER= ports@FreeBSD.org
@@ -15,17 +16,11 @@ COMMENT= Easy and secure managment of files submitted via HTML Forms
BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear-PEAR
RUN_DEPENDS= ${BUILD_DEPENDS}
+CATEGORY= HTTP
+FILES= Upload.php
+EXAMPLES= upload_example.php
+_EXAMPLESDIR= docs
+
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear-PEAR/Makefile.common"
-
-.if !defined(NOPORTDOCS)
- @${MKDIR} ${DOCSDIR}
- @${INSTALL_DATA} ${WRKSRC}/docs/upload_example.php ${DOCSDIR}
- @${ECHO_MSG} "===> Documentation installed in ${DOCSDIR}."
-.endif
-
-do-install:
- @${CP} ${WRKSRC}/Upload.php ${PEARDIR}
- @${CHOWN} ${SHAREOWN}:${SHAREGRP} ${PEARDIR}/Upload.php
-
.include <bsd.port.post.mk>