summaryrefslogtreecommitdiff
path: root/net/pear-Net_Socket
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
commitebdc0c2e06cd71341cf0d9b1ea9e9b090145a228 (patch)
tree59ec794bc529d67e3abf83a9c4e1b3e19669991a /net/pear-Net_Socket
parent1d10532e9861fa7e6542eec90479c5c94f004afc (diff)
downloadpkgsrc-ebdc0c2e06cd71341cf0d9b1ea9e9b090145a228.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
Diffstat (limited to 'net/pear-Net_Socket')
-rw-r--r--net/pear-Net_Socket/Makefile4
1 files changed, 2 insertions, 2 deletions
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"