From 93b7ed7f504a49dd67ffe3ac687750a2cf3de9af Mon Sep 17 00:00:00 2001 From: Edwin Groothuis Date: Sun, 28 Dec 2003 07:55:47 +0000 Subject: [PATCH] simplify pear-* ports These patches do the following things for PEAR ports: * devel-pear-PEAR-Makefile.common.patch - provides a do-install target and all that jazz in devel/pear-PEAR/Makefile.common - individual PEAR ports now just set a few variables: * pear-ports-Makefile.common-ng.patch contains changes for all pear-* ports including devel/pear-PEAR See http://smradoch.innuendo.cz/FreeBSD/ for complete description. Note: still missing are: devel/pear-HTML_Common devel/pear-I18N net/pear-Net_NNTP security/pear-Auth PR: ports/59213 Submitted by: Roman Neuhauser --- net/pear-Net_URL/Makefile | 11 ++++------- net/pear-Net_URL/pkg-plist | 3 --- 2 files changed, 4 insertions(+), 10 deletions(-) delete mode 100644 net/pear-Net_URL/pkg-plist (limited to 'net/pear-Net_URL') 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 .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 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 -- cgit v1.2.3