aboutsummaryrefslogtreecommitdiff
path: root/net/pear-Net_Socket/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net/pear-Net_Socket/Makefile')
-rw-r--r--net/pear-Net_Socket/Makefile13
1 files changed, 5 insertions, 8 deletions
diff --git a/net/pear-Net_Socket/Makefile b/net/pear-Net_Socket/Makefile
index dda8685b7387..1b00ff5baade 100644
--- a/net/pear-Net_Socket/Makefile
+++ b/net/pear-Net_Socket/Makefile
@@ -7,7 +7,7 @@
PORTNAME= Net_Socket
PORTVERSION= 1.0.1
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= net www pear
MAINTAINER= ports@FreeBSD.org
@@ -16,12 +16,9 @@ COMMENT= PEAR Network Socket Interface
BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear-PEAR
RUN_DEPENDS= ${BUILD_DEPENDS}
-.include <bsd.port.pre.mk>
-.include "${.CURDIR}/../../devel/pear-PEAR/Makefile.common"
-
-do-install:
- @${MKDIR} ${PEARDIR}/Net
- @${CP} -Rp ${WRKSRC}/* ${PEARDIR}/Net
- @${CHOWN} -R ${SHAREOWN}:${SHAREGRP} ${PEARDIR}/Net
+CATEGORY= Net
+FILES= Socket.php
+.include <bsd.port.pre.mk>
+.include "${PORTSDIR}/devel/pear-PEAR/Makefile.common"
.include <bsd.port.post.mk>