summaryrefslogtreecommitdiff
path: root/net/pear-Net_SMTP
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_SMTP
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_SMTP')
-rw-r--r--net/pear-Net_SMTP/Makefile4
1 files changed, 2 insertions, 2 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"