aboutsummaryrefslogtreecommitdiff
path: root/www/smarty3/Makefile
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2015-08-25 17:28:29 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2015-08-25 17:28:29 +0000
commit82aac5af051c8c7b26fc1bccae62e430165830bf (patch)
treeb0689fbbe193adc6e606937acd0c5bd8d5e2f263 /www/smarty3/Makefile
parent2dee8b344cebc0d42f5b385805ce7a193efd3224 (diff)
downloadports-82aac5af051c8c7b26fc1bccae62e430165830bf.tar.gz
ports-82aac5af051c8c7b26fc1bccae62e430165830bf.zip
- Convert to USE_GITHUB
Approved by: portmgr (blanket)
Notes
Notes: svn path=/head/; revision=395302
Diffstat (limited to 'www/smarty3/Makefile')
-rw-r--r--www/smarty3/Makefile7
1 files changed, 5 insertions, 2 deletions
diff --git a/www/smarty3/Makefile b/www/smarty3/Makefile
index 14a1943685e8..43357a33c68d 100644
--- a/www/smarty3/Makefile
+++ b/www/smarty3/Makefile
@@ -3,9 +3,8 @@
PORTNAME= smarty3
PORTVERSION= 3.1.27
+DISTVERSIONPREFIX= v
CATEGORIES= www
-MASTER_SITES= https://github.com/smarty-php/smarty/archive/
-DISTNAME= v${PORTVERSION}
MAINTAINER= ports@michael-fausten.de
COMMENT= PHP compiling template engine
@@ -21,6 +20,10 @@ WANT_PHP_WEB= yes
PKGMESSAGE= ${WRKDIR}/pkg-message
SUB_FILES= pkg-message
+USE_GITHUB= yes
+GH_ACCOUNT= smarty-php
+GH_PROJECT= smarty
+
do-install:
@${MKDIR} ${STAGEDIR}${DATADIR}
(cd ${WRKSRC}/libs && ${COPYTREE_SHARE} . ${STAGEDIR}${DATADIR})