aboutsummaryrefslogtreecommitdiff
path: root/net/pear-Net_URL/Makefile
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2003-12-28 07:55:47 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2003-12-28 07:55:47 +0000
commit93b7ed7f504a49dd67ffe3ac687750a2cf3de9af (patch)
tree8da4bd11526f4a4c8953d4db2c3e091588172722 /net/pear-Net_URL/Makefile
parent8f2582a5696b97b61eaf3829d827c8b0ba5bc289 (diff)
downloadports-93b7ed7f504a49dd67ffe3ac687750a2cf3de9af.tar.gz
ports-93b7ed7f504a49dd67ffe3ac687750a2cf3de9af.zip
Notes
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>