diff options
author | mat <mat@FreeBSD.org> | 2016-06-28 23:04:34 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2016-06-28 23:04:34 +0800 |
commit | d66b0f19cd6afcfb9f2815909a072f1de563bf24 (patch) | |
tree | def54b2890abe245955f8ce142999b86aeab792d /www | |
parent | a0431e6fad328396681a3a18b1317318f0870da1 (diff) | |
download | freebsd-ports-gnome-d66b0f19cd6afcfb9f2815909a072f1de563bf24.tar.gz freebsd-ports-gnome-d66b0f19cd6afcfb9f2815909a072f1de563bf24.tar.zst freebsd-ports-gnome-d66b0f19cd6afcfb9f2815909a072f1de563bf24.zip |
Really stop Portscout from bothering people with other port versions.
Sponsored by: Absolight
Diffstat (limited to 'www')
-rw-r--r-- | www/p5-WWW-Shorten/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/p5-WWW-Shorten/Makefile b/www/p5-WWW-Shorten/Makefile index a0f9397dbe58..84241aa30368 100644 --- a/www/p5-WWW-Shorten/Makefile +++ b/www/p5-WWW-Shorten/Makefile @@ -21,6 +21,6 @@ NO_ARCH= yes USES= perl5 USE_PERL5= configure -PORTSCOUT= limit:[0-9\.]+$$ +PORTSCOUT= limit:^[0-9\.]+$$ .include <bsd.port.mk> |