diff options
author | bapt <bapt@FreeBSD.org> | 2012-06-08 17:13:27 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2012-06-08 17:13:27 +0800 |
commit | 24894a379bb7dbdab1757d74c3c1a130e7b223bf (patch) | |
tree | 073590e6f2d445e06e69c00457472f0d63863b26 /devel/lua50-compat51/Makefile | |
parent | a8373252b0bf607d321277fd0054ac8075b5a445 (diff) | |
download | freebsd-ports-gnome-24894a379bb7dbdab1757d74c3c1a130e7b223bf.tar.gz freebsd-ports-gnome-24894a379bb7dbdab1757d74c3c1a130e7b223bf.tar.zst freebsd-ports-gnome-24894a379bb7dbdab1757d74c3c1a130e7b223bf.zip |
Fix master_site and distfile name (still the same distfile, just name has
changed)
Diffstat (limited to 'devel/lua50-compat51/Makefile')
-rw-r--r-- | devel/lua50-compat51/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/lua50-compat51/Makefile b/devel/lua50-compat51/Makefile index 5f6b15ec8fce..56b17da3402a 100644 --- a/devel/lua50-compat51/Makefile +++ b/devel/lua50-compat51/Makefile @@ -6,10 +6,10 @@ # PORTNAME= compat -PORTVERSION= ${CVER}.${CREV} +DISTVERSION= ${CVER}${CREV} PORTREVISION= 1 CATEGORIES= devel -MASTER_SITES= http://luaforge.net/frs/download.php/1410/ +MASTER_SITES= http://files.luaforge.net/releases/compat/Compat-5.1/Compat-5.1release5/ PKGNAMEPREFIX= ${LUA_PKGNAMEPREFIX} MAINTAINER= ports@FreeBSD.org |