aboutsummaryrefslogtreecommitdiff
path: root/net/pear-Net_NNTP
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2003-12-28 09:11:28 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2003-12-28 09:11:28 +0000
commit1446aabaabf0b8668395a65887618153635e2024 (patch)
tree94992a8316f7d7e2c103ba44cd68a4031668b7b9 /net/pear-Net_NNTP
parentc0fcaf379b661c1f8f4eaeb62c291d52fe6c042e (diff)
downloadports-1446aabaabf0b8668395a65887618153635e2024.tar.gz
ports-1446aabaabf0b8668395a65887618153635e2024.zip
pear-* ports: simplify path to devel/pear-PEAR/Makefile.common
.include <bsd.port.pre.mk> .include "${.CURDIR}/../../devel/pear-PEAR/Makefile.common" can be simplified to: .include <bsd.port.pre.mk> .include "${PORTSDIR}/devel/pear-PEAR/Makefile.common" the latter version also doesn't make any assumptions about the path of including Makefile PR: ports/57152 Submitted by: Roman Neuhauser <neuhauser@bellavista.cz>
Notes
Notes: svn path=/head/; revision=96749
Diffstat (limited to 'net/pear-Net_NNTP')
-rw-r--r--net/pear-Net_NNTP/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/pear-Net_NNTP/Makefile b/net/pear-Net_NNTP/Makefile
index 93562c5b07fd..6bcb3d15a2ad 100644
--- a/net/pear-Net_NNTP/Makefile
+++ b/net/pear-Net_NNTP/Makefile
@@ -16,7 +16,7 @@ BUILD_DEPENDS= ${PEARDIR}/Net/Socket.php:${PORTSDIR}/net/pear-Net_Socket
RUN_DEPENDS= ${BUILD_DEPENDS}
.include <bsd.port.pre.mk>
-.include "${.CURDIR}/../../devel/pear-PEAR/Makefile.common"
+.include "${PORTSDIR}/devel/pear-PEAR/Makefile.common"
LIB_FILES= NNTP/Realtime.php NNTP/Protocol.php NNTP/Header.php NNTP/Message.php
PORTDOCS= README