diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2003-12-28 07:55:47 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2003-12-28 07:55:47 +0000 |
commit | 93b7ed7f504a49dd67ffe3ac687750a2cf3de9af (patch) | |
tree | 8da4bd11526f4a4c8953d4db2c3e091588172722 /net/pear-Net_URL | |
parent | 8f2582a5696b97b61eaf3829d827c8b0ba5bc289 (diff) | |
download | ports-93b7ed7f504a49dd67ffe3ac687750a2cf3de9af.tar.gz ports-93b7ed7f504a49dd67ffe3ac687750a2cf3de9af.zip |
Notes
Diffstat (limited to 'net/pear-Net_URL')
-rw-r--r-- | net/pear-Net_URL/Makefile | 11 | ||||
-rw-r--r-- | net/pear-Net_URL/pkg-plist | 3 |
2 files changed, 4 insertions, 10 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> diff --git a/net/pear-Net_URL/pkg-plist b/net/pear-Net_URL/pkg-plist deleted file mode 100644 index 72900be63c12..000000000000 --- a/net/pear-Net_URL/pkg-plist +++ /dev/null @@ -1,3 +0,0 @@ -%%PEARDIR%%/Net/URL.php -%%PKGREGDIR%%/package.xml -@unexec rmdir %%PKGREGDIR%% 2>/dev/null || true |