diff options
author | wiz <wiz@pkgsrc.org> | 2014-04-13 07:04:03 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2014-04-13 07:04:03 +0000 |
commit | 5b8897ea152cdeadaad64bca428ec13b05197c01 (patch) | |
tree | 8869d10e29792d68e2c07ba4a80694febe4c215e /www | |
parent | 9d5ecc93a25e714551fed74d42fab0cc7ceba343 (diff) | |
download | pkgsrc-5b8897ea152cdeadaad64bca428ec13b05197c01.tar.gz |
Simplify regex.
Diffstat (limited to 'www')
-rw-r--r-- | www/sqtop/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/sqtop/Makefile b/www/sqtop/Makefile index 5df5346cb45..9ebf0d76822 100644 --- a/www/sqtop/Makefile +++ b/www/sqtop/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.1 2014/04/12 12:47:39 rodent Exp $ +# $NetBSD: Makefile,v 1.2 2014/04/13 07:04:03 wiz Exp $ DISTNAME= sqtop-2013-12-17 -PKGNAME= ${DISTNAME:C/([0-9]{4})-([0-9]{2})-([0-9]{2})/\1\2\3/1} +PKGNAME= ${DISTNAME:C/([0-9])-/\1/g} CATEGORIES= www MASTER_SITES= http://sqtop.googlecode.com/files/ EXTRACT_SUFX= .tar.bz2 |