diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2003-12-28 09:11:28 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2003-12-28 09:11:28 +0000 |
commit | 1446aabaabf0b8668395a65887618153635e2024 (patch) | |
tree | 94992a8316f7d7e2c103ba44cd68a4031668b7b9 /net/pear-Net_NNTP | |
parent | c0fcaf379b661c1f8f4eaeb62c291d52fe6c042e (diff) |
Notes
Diffstat (limited to 'net/pear-Net_NNTP')
-rw-r--r-- | net/pear-Net_NNTP/Makefile | 2 |
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 |