diff options
author | taca <taca@pkgsrc.org> | 2010-09-23 07:38:05 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2010-09-23 07:38:05 +0000 |
commit | 46b0f341b9b2c09f3417af2070d4b8f2b2534a21 (patch) | |
tree | e06dda81f74810eea00141ecb54456b59ad34e71 | |
parent | b612b71f97eb3b92639be8014a883c1bd3ee8bcb (diff) | |
download | pkgsrc-46b0f341b9b2c09f3417af2070d4b8f2b2534a21.tar.gz |
A little improvement of a sentence.
-rw-r--r-- | lang/php/phpversion.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/php/phpversion.mk b/lang/php/phpversion.mk index e21ad92b99d..83ba94ce5c1 100644 --- a/lang/php/phpversion.mk +++ b/lang/php/phpversion.mk @@ -1,4 +1,4 @@ -# $NetBSD: phpversion.mk,v 1.12 2010/03/21 11:07:37 jdolecek Exp $ +# $NetBSD: phpversion.mk,v 1.13 2010/09/23 07:38:05 taca Exp $ # # This file selects a PHP version, based on the user's preferences and # the installed packages. It does not add a dependency on the PHP @@ -175,7 +175,7 @@ PKG_SKIP_REASON+= "${PKG_PHP} is not a valid package" # .if defined(_PHP_VERSION_INSTALLED) .if ${_PHP_VERSION} != ${_PHP_VERSION_INSTALLED} -PKG_SKIP_REASON+= "${PKGBASE} requires ${PKG_PHP}, but php-${_PHP_VERSION_INSTALLED} is installed." +PKG_SKIP_REASON+= "${PKGBASE} requires ${PKG_PHP}, but php-${_PHP_VERSION_INSTALLED} is already installed." .endif .endif |