diff options
Diffstat (limited to 'databases/pear-DB_DataObject/Makefile')
-rw-r--r-- | databases/pear-DB_DataObject/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/databases/pear-DB_DataObject/Makefile b/databases/pear-DB_DataObject/Makefile index c3270c56afb2..519420ce4625 100644 --- a/databases/pear-DB_DataObject/Makefile +++ b/databases/pear-DB_DataObject/Makefile @@ -6,7 +6,7 @@ # PORTNAME= DB_DataObject -PORTVERSION= 1.7.13 +PORTVERSION= 1.7.15 CATEGORIES= databases pear MAINTAINER= antonio@php.net @@ -21,9 +21,10 @@ USE_REINPLACE= yes CATEGORY= DB FILES= DataObject.php DataObject/Cast.php DataObject/Generator.php \ DataObject/createTables.php DataObject/Error.php -DOCS= example.ini +EXAMPLES= example.ini +_EXAMPLESDIR= docs -LATEST_LINK= pear-DB_DataObject +LATEST_LINK= pear-${PORTNAME} OPTIONS= PEAR_VALIDATE "PEAR::Validate support" off post-patch: |