diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2017-02-28 08:33:44 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2017-02-28 08:33:44 +0000 |
commit | 8f570a803ca0243012b69e3b5a431d9f761a5240 (patch) | |
tree | fbbd3ebdfbf9e9f153c88132afafad79df211a27 /www/aws-demos | |
parent | aaa459c0d8b6c8dc50cdc559a58b93320592573b (diff) | |
download | ports-8f570a803ca0243012b69e3b5a431d9f761a5240.tar.gz ports-8f570a803ca0243012b69e3b5a431d9f761a5240.zip |
Notes
Diffstat (limited to 'www/aws-demos')
-rw-r--r-- | www/aws-demos/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/www/aws-demos/Makefile b/www/aws-demos/Makefile index dd28b938283c..139302ac18e8 100644 --- a/www/aws-demos/Makefile +++ b/www/aws-demos/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= aws -PORTVERSION= 17.1.0 +PORTVERSION= 17.1 CATEGORIES= www PKGNAMESUFFIX= -demos @@ -19,8 +19,7 @@ BUILD_DEPENDS= gprbuild:devel/gprbuild \ USES= ada gmake python USE_GITHUB= yes GH_ACCOUNT= AdaCore -GH_TAGNAME= ${PORTVERSION:R} -GH_TUPLE= AdaCore:templates-parser:${PORTVERSION:R}:tp/templates_parser +GH_TUPLE= AdaCore:templates-parser:${PORTVERSION}:tp/templates_parser DISTINFO_FILE= ${PORTSDIR}/www/aws/distinfo |