diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2011-02-26 08:59:52 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2011-02-26 08:59:52 +0000 |
commit | 6754a83285ecfad8609d582f5e44d8ed494e02a8 (patch) | |
tree | ee6569e94ada8ef598abaeade8da50e14624a521 /sysutils/pear-Translation2/Makefile | |
parent | 092fe9679980dba74af5465a203a56d15cad5ae5 (diff) |
Notes
Diffstat (limited to 'sysutils/pear-Translation2/Makefile')
-rw-r--r-- | sysutils/pear-Translation2/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/sysutils/pear-Translation2/Makefile b/sysutils/pear-Translation2/Makefile index 3f788fadef0c..ff45ffb35a68 100644 --- a/sysutils/pear-Translation2/Makefile +++ b/sysutils/pear-Translation2/Makefile @@ -6,7 +6,7 @@ # PORTNAME= Translation2 -DISTVERSION= 2.0.3 +DISTVERSION= 2.0.4 PORTEPOCH= 1 CATEGORIES= sysutils devel pear @@ -17,6 +17,7 @@ BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear RUN_DEPENDS= ${BUILD_DEPENDS} USE_PHP= yes +PEAR_CATSRC= yes LATEST_LINK= pear-Translation2 OPTIONS= PEAR_CACHE_LITE "PEAR::Cache_Lite support" off \ @@ -63,10 +64,6 @@ EXAMPLES= gettext_admin.php gettext_domains.ini gettext_langs.ini \ Translation2_gettext_example.php Translation2_example_multitable.sql _EXAMPLESDIR= docs/examples -post-extract: - ${MKDIR} ${WRKSRC}/Translation2 - ${MV} ${WRKSRC}/[A-D]* ${WRKSRC}/Translation2 - .if defined(WITH_PEAR_CACHE_LITE) RUN_DEPENDS+= ${PEARDIR}/Cache/Lite.php:${PORTSDIR}/sysutils/pear-Cache_Lite .endif |