summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjdolecek <jdolecek@pkgsrc.org>2004-11-28 10:21:48 +0000
committerjdolecek <jdolecek@pkgsrc.org>2004-11-28 10:21:48 +0000
commit892bfe39ad8af6be38c413481f12e793a9b05113 (patch)
tree59ec794bc529d67e3abf83a9c4e1b3e19669991a
parente4f7be0e614b37f3ab2e57604072ce9350361657 (diff)
downloadpkgsrc-892bfe39ad8af6be38c413481f12e793a9b05113.tar.gz
use PKGBASE rather than PKGNAME - the version of the PHP4-bundled component
might differ, so claiming the exact version is part of PHP4 might be misleading
-rw-r--r--net/pear-Net_SMTP/Makefile4
-rw-r--r--net/pear-Net_Socket/Makefile4
2 files changed, 4 insertions, 4 deletions
diff --git a/net/pear-Net_SMTP/Makefile b/net/pear-Net_SMTP/Makefile
index dc7503c7a59..68f9bc756ee 100644
--- a/net/pear-Net_SMTP/Makefile
+++ b/net/pear-Net_SMTP/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2004/11/27 13:01:16 jdolecek Exp $
+# $NetBSD: Makefile,v 1.2 2004/11/28 10:21:48 jdolecek Exp $
DISTNAME= Net_SMTP-1.2.6
CATEGORIES+= net mail
@@ -10,7 +10,7 @@ COMMENT= PHP classes to provide SMTP Interface
# used to be bundled before PHP 5.x
.if ${_PHP_VERSION} < 5
-PKG_SKIP_REASON= "${PKGNAME} is part of PHP${_PHP_VERSION}"
+PKG_SKIP_REASON= "${PKGBASE} is part of PHP${_PHP_VERSION}"
.endif
.include "../../mk/bsd.pkg.mk"
diff --git a/net/pear-Net_Socket/Makefile b/net/pear-Net_Socket/Makefile
index 3e290f45713..6e76a887f0f 100644
--- a/net/pear-Net_Socket/Makefile
+++ b/net/pear-Net_Socket/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2004/11/27 10:02:52 jdolecek Exp $
+# $NetBSD: Makefile,v 1.3 2004/11/28 10:21:48 jdolecek Exp $
DISTNAME= Net_Socket-1.0.2
CATEGORIES+= net
@@ -10,7 +10,7 @@ COMMENT= PHP classes to provide Network Socket Interface
# used to be bundled before PHP 5.x
.if ${_PHP_VERSION} < 5
-PKG_SKIP_REASON= "${PKGNAME} is part of PHP${_PHP_VERSION}"
+PKG_SKIP_REASON= "${PKGBASE} is part of PHP${_PHP_VERSION}"
.endif
.include "../../mk/bsd.pkg.mk"