diff options
author | jdolecek <jdolecek> | 2004-11-28 10:21:48 +0000 |
---|---|---|
committer | jdolecek <jdolecek> | 2004-11-28 10:21:48 +0000 |
commit | 1d96c5f193f8728da278d46619dc3e52ac6fc04f (patch) | |
tree | 59ec794bc529d67e3abf83a9c4e1b3e19669991a /net | |
parent | eace3719592fd74b92f06a9a79818eb668d9c6ec (diff) | |
download | pkgsrc-1d96c5f193f8728da278d46619dc3e52ac6fc04f.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')
-rw-r--r-- | net/pear-Net_SMTP/Makefile | 4 | ||||
-rw-r--r-- | net/pear-Net_Socket/Makefile | 4 |
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" |