aboutsummaryrefslogtreecommitdiff
path: root/www/pear-HTTP/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'www/pear-HTTP/Makefile')
-rw-r--r--www/pear-HTTP/Makefile7
1 files changed, 2 insertions, 5 deletions
diff --git a/www/pear-HTTP/Makefile b/www/pear-HTTP/Makefile
index 95111cfe8c36..f896b3465df8 100644
--- a/www/pear-HTTP/Makefile
+++ b/www/pear-HTTP/Makefile
@@ -15,11 +15,8 @@ COMMENT= PEAR miscellaneous HTTP utilities
BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear-PEAR
RUN_DEPENDS= ${BUILD_DEPENDS}
+FILES= HTTP.php
+
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear-PEAR/Makefile.common"
-
-do-install:
- @${CP} ${WRKSRC}/HTTP.php ${PEARDIR}
- @${CHOWN} ${SHAREOWN}:${SHAREGRP} ${PEARDIR}/HTTP.php
-
.include <bsd.port.post.mk>