diff options
author | osa <osa@FreeBSD.org> | 2015-07-30 08:26:10 +0800 |
---|---|---|
committer | osa <osa@FreeBSD.org> | 2015-07-30 08:26:10 +0800 |
commit | 44834aec9b00da2c3d85425ce859e094e7b2feda (patch) | |
tree | 3d34657d29d944dd0d8079fba7d128315fa55a7c /www/chromium/Makefile | |
parent | 4a33afa12753f7fcd54ea1b6464c814117e28142 (diff) | |
download | freebsd-ports-gnome-44834aec9b00da2c3d85425ce859e094e7b2feda.tar.gz freebsd-ports-gnome-44834aec9b00da2c3d85425ce859e094e7b2feda.tar.zst freebsd-ports-gnome-44834aec9b00da2c3d85425ce859e094e7b2feda.zip |
Fix typo.
Diffstat (limited to 'www/chromium/Makefile')
-rw-r--r-- | www/chromium/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/chromium/Makefile b/www/chromium/Makefile index 6244914afdf1..152b4537817d 100644 --- a/www/chromium/Makefile +++ b/www/chromium/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= chromium -PORTVERSION= 44.0.2403.107 +PORTVERSION= 44.0.2403.107 CATEGORIES= www MASTER_SITES= http://commondatastorage.googleapis.com/chromium-browser-official/ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} # default, but needed to get distinfo correct if TEST is on |