summaryrefslogtreecommitdiff
path: root/Mk
diff options
context:
space:
mode:
authorKoop Mast <kwm@FreeBSD.org>2014-12-09 15:17:54 +0000
committerKoop Mast <kwm@FreeBSD.org>2014-12-09 15:17:54 +0000
commit66a863d3693b2a736b424a1f3e33082e855d5439 (patch)
tree686cfbfd90db437c7f14de161b73565a0e88375a /Mk
parentUpdate to 2.8.14. (diff)
Fix subdir part of GIMP sites.
Make sure we only select the two numeric values of the version. I tested this with the gimp update but gimp overwrites the master_site_subdir value.
Notes
Notes: svn path=/head/; revision=374401
Diffstat (limited to 'Mk')
-rw-r--r--Mk/bsd.sites.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/Mk/bsd.sites.mk b/Mk/bsd.sites.mk
index 3486bcd8dd2c..0d2db4b23a74 100644
--- a/Mk/bsd.sites.mk
+++ b/Mk/bsd.sites.mk
@@ -1532,7 +1532,7 @@ MASTER_SITES_SUBDIRS= APACHE_JAKARTA:${PORTNAME:S,-,/,}/source \
GITHUB:${GH_ACCOUNT}/${GH_PROJECT}/legacy.tar.gz/${GH_TAGNAME}?dummy=/ \
GITHUB_CLOUD:${GH_ACCOUNT}/${GH_PROJECT}/ \
GNOME:sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/} \
- GIMP:${PORTNAME}/${PORTVERSION}/ \
+ GIMP:${PORTNAME}/${PORTVERSION:R}/ \
GNU:${PORTNAME} \
GNU_ALPHA:${PORTNAME} \
HORDE:${PORTNAME} \