aboutsummaryrefslogtreecommitdiffstats
path: root/databases/leofs
diff options
context:
space:
mode:
authormat <mat@FreeBSD.org>2017-01-31 00:44:13 +0800
committermat <mat@FreeBSD.org>2017-01-31 00:44:13 +0800
commit06f56e6cc048b17d2570840d7a6c8c94d3194f18 (patch)
tree59ed4c8897d111e1fd97aceae621f4efe6565bb0 /databases/leofs
parent47456d1db3c0b9cdb6e2b76db903e4a82d2c5c13 (diff)
downloadfreebsd-ports-gnome-06f56e6cc048b17d2570840d7a6c8c94d3194f18.tar.gz
freebsd-ports-gnome-06f56e6cc048b17d2570840d7a6c8c94d3194f18.tar.zst
freebsd-ports-gnome-06f56e6cc048b17d2570840d7a6c8c94d3194f18.zip
Convert to GH_TUPLE.
Sponsored by: Absolight
Diffstat (limited to 'databases/leofs')
-rw-r--r--databases/leofs/Makefile11
1 files changed, 1 insertions, 10 deletions
diff --git a/databases/leofs/Makefile b/databases/leofs/Makefile
index 65f1df3c0f20..caf6c4b2cff9 100644
--- a/databases/leofs/Makefile
+++ b/databases/leofs/Makefile
@@ -110,16 +110,7 @@ LEOFS_DEPS= \
leo-project/savanna_commons=0.10.3:savanna_commons \
manopapad/proper=f558989:proper \
-.for dep in ${LEOFS_DEPS}
-account= ${dep:C,/.*$,,}
-project= ${dep:C,^[^/]+/([^=]+)=.*$,\1,}
-tagname= ${dep:C,^[^=]+=([^:]+):.*$,\1,}
-label= ${dep:C,^.*:,,}
-GH_ACCOUNT:= ${GH_ACCOUNT} ${account}:${label}
-GH_PROJECT:= ${GH_PROJECT} ${project}:${label}
-GH_TAGNAME:= ${GH_TAGNAME} ${tagname}:${label}
-GH_SUBDIR:= ${GH_SUBDIR} deps/${label}:${label}
-.endfor
+GH_TUPLE= ${LEOFS_DEPS:C,(.*)/(.*)=(.*):(.*),\1:\2:\3:\4/deps/\4,}
post-extract:
.for dep in ${LEOFS_DEPS}