aboutsummaryrefslogtreecommitdiff
path: root/net/pear-Net_URL/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net/pear-Net_URL/Makefile')
-rw-r--r--net/pear-Net_URL/Makefile11
1 files changed, 4 insertions, 7 deletions
diff --git a/net/pear-Net_URL/Makefile b/net/pear-Net_URL/Makefile
index 69f0b6fd4aa7..285d1b5d8505 100644
--- a/net/pear-Net_URL/Makefile
+++ b/net/pear-Net_URL/Makefile
@@ -7,6 +7,7 @@
PORTNAME= Net_URL
PORTVERSION= 1.0.10
+PORTREVISION= 1
CATEGORIES= net www pear
MASTER_SITES= http://pear.php.net/get/
PKGNAMEPREFIX= pear-
@@ -19,13 +20,9 @@ COMMENT= Easy parsing of Urls
BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear-PEAR
RUN_DEPENDS= ${BUILD_DEPENDS}
+CATEGORY= Net
+FILES= URL.php
+
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear-PEAR/Makefile.common"
-
-do-install:
- @${INSTALL} -d -m 755 ${PKGREGDIR}
- @${INSTALL} -d -m 755 ${PEARDIR}/Net
- @${INSTALL_DATA} ${WRKDIR}/package.xml ${PKGREGDIR}
- @${INSTALL_DATA} ${WRKSRC}/URL.php ${PEARDIR}/Net
-
.include <bsd.port.post.mk>