diff options
Diffstat (limited to 'www/opencart/Makefile')
-rw-r--r-- | www/opencart/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/opencart/Makefile b/www/opencart/Makefile index d22113caffa5..9a8c2f0b83d0 100644 --- a/www/opencart/Makefile +++ b/www/opencart/Makefile @@ -6,7 +6,7 @@ # PORTNAME= opencart -PORTVERSION= 1.4.9.1 +PORTVERSION= 1.5.3 CATEGORIES= www misc MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} DISTNAME= ${PORTNAME}_v${PORTVERSION} @@ -17,7 +17,7 @@ COMMENT= An open source PHP-based online shopping cart system #PROJECTHOST= open-cart USE_ZIP= yes USE_PHP= mysql gd session pcre -WRKSRC= ${WRKDIR}/upload +WRKSRC= ${WRKDIR}/${PORTNAME}_v${PORTVERSION}/upload NO_BUILD= yes SUB_FILES= pkg-message |