diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2017-07-16 03:08:59 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2017-07-16 03:08:59 +0800 |
commit | f528b196c7e98dc77272b39ba1052dcae13f9e6b (patch) | |
tree | 2d16df0fd738283efb623d5cc6e307362b99943e /misc | |
parent | 2a99bd12fa90add37ef66f7aacf37a574cdff937 (diff) | |
download | freebsd-ports-gnome-f528b196c7e98dc77272b39ba1052dcae13f9e6b.tar.gz freebsd-ports-gnome-f528b196c7e98dc77272b39ba1052dcae13f9e6b.tar.zst freebsd-ports-gnome-f528b196c7e98dc77272b39ba1052dcae13f9e6b.zip |
Update modifier: use :S instead of :C
Diffstat (limited to 'misc')
-rw-r--r-- | misc/p5-Geo-GeoNames/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/misc/p5-Geo-GeoNames/Makefile b/misc/p5-Geo-GeoNames/Makefile index 5dce43c9f0bb..e69fb629a340 100644 --- a/misc/p5-Geo-GeoNames/Makefile +++ b/misc/p5-Geo-GeoNames/Makefile @@ -5,9 +5,8 @@ PORTNAME= Geo-GeoNames PORTVERSION= 1.120 CATEGORIES= misc perl5 MASTER_SITES= CPAN -#MASTER_SITE_SUBDIR= CPAN:BDFOY PKGNAMEPREFIX= p5- -DISTNAME= ${PORTNAME}-${PORTVERSION:C|0$||} +DISTNAME= ${PORTNAME}-${PORTVERSION:S|0$||} MAINTAINER= sunpoet@FreeBSD.org COMMENT= Perform geographical queries using GeoNames Web Services |