summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortaca <taca>2009-10-09 12:27:05 +0000
committertaca <taca>2009-10-09 12:27:05 +0000
commitd45450454b2f720c7cbdea7b7122981eabba3aeb (patch)
tree46c6bd392e7957befcb72766b193d9e45979f6f9
parentbafd49b34807016594454d81a5d4e163e9e1f404 (diff)
downloadpkgsrc-d45450454b2f720c7cbdea7b7122981eabba3aeb.tar.gz
Fix previous change to make really sence; avoid using PECL_VERSION but
mannually set PKGNAME. Noted by Robert Elz by private mail. (Thanks much!)
-rw-r--r--databases/php-sqlite/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/databases/php-sqlite/Makefile b/databases/php-sqlite/Makefile
index ab9ad8614ee..ffab7b6af42 100644
--- a/databases/php-sqlite/Makefile
+++ b/databases/php-sqlite/Makefile
@@ -1,13 +1,12 @@
-# $NetBSD: Makefile,v 1.11 2009/10/09 03:51:03 taca Exp $
+# $NetBSD: Makefile,v 1.12 2009/10/09 12:27:05 taca Exp $
MODNAME= sqlite
-PECL_VERSION= 1.0.3
+PKGNAME= ${PHP_PKG_PREFIX}-${MODNAME}-${PHP_BASE_VERS}.1.0.3
CATEGORIES+= databases
COMMENT= PHP extension for SQLite 2.x databases
#
-# PECL_VERSION exists for temporary workaround and it should be removed
-# after next release of lang/php5.
+# Above PKGNAME definition should be removed after next release of lang/php5.
#
PHP_VERSIONS_ACCEPTED= 5