[csw-devel] SF.net SVN: gar:[20766] csw/mgar/pkg/php5_memcached/trunk/Makefile

wilbury at users.sourceforge.net wilbury at users.sourceforge.net
Wed Apr 17 16:35:17 CEST 2013


Revision: 20766
          http://gar.svn.sourceforge.net/gar/?rev=20766&view=rev
Author:   wilbury
Date:     2013-04-17 14:35:17 +0000 (Wed, 17 Apr 2013)
Log Message:
-----------
php5_memcached/trunk: Fix typos.

Modified Paths:
--------------
    csw/mgar/pkg/php5_memcached/trunk/Makefile

Modified: csw/mgar/pkg/php5_memcached/trunk/Makefile
===================================================================
--- csw/mgar/pkg/php5_memcached/trunk/Makefile	2013-04-17 14:34:44 UTC (rev 20765)
+++ csw/mgar/pkg/php5_memcached/trunk/Makefile	2013-04-17 14:35:17 UTC (rev 20766)
@@ -9,9 +9,7 @@
 
 DESCRIPTION = memcached Extention for PHP
 define BLURB
-	The Alternative PHP Cache (APC) is a free and open opcode cache for PHP.
-	It was conceived of to provide a free, open, and robust framework 
-	for caching and optimizing PHP intermediate code. 
+   This extension uses libmemcached library to provide API for communicating with memcached servers.
 endef
 
 PHP_PREFIX = $(prefix)/php5
@@ -36,7 +34,7 @@
 PACKAGES = CSWphp5-memcached
 OBSOLETED_BY_CSWphp5-memcached = CSWphp5memcached
 CATALOG_NAME_CSWphp5memcached = php5_memcached_stub
-SPKG_DESC_CSWphp5-memcached = APC Extention for PHP5
+SPKG_DESC_CSWphp5-memcached = memcached Extention for PHP5
 RUNTIME_DEP_PKGS_CSWphp5-memcached = CSWphp5
 BUILD_DEPS_CSWphp5-memcached = CSWapache2 CSWphp5-dev
 RUNTIME_DEP_PKGS_CSWphp5-memcached += CSWlibgcc-s1
@@ -52,7 +50,7 @@
 LICENSE = LICENSE
 
 # Build flags
-EXTRA_CFLAGS += "-I$(predix)/include/libmemcached"
+EXTRA_CFLAGS += "-I$(prefix)/include/libmemcached"
 
 # These should stop the test suite from asking to send results by
 # mail.

This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.



More information about the devel mailing list