diff options
author | bapt <bapt@FreeBSD.org> | 2014-10-07 19:56:14 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2014-10-07 19:56:14 +0800 |
commit | 418815776be075507543291e680cb31db544a432 (patch) | |
tree | 9af45d22825131d013366066ee1e4ae064a6b3cc | |
parent | 461266423274c88935e58b97b70b6948ee1f1639 (diff) | |
download | freebsd-ports-gnome-418815776be075507543291e680cb31db544a432.tar.gz freebsd-ports-gnome-418815776be075507543291e680cb31db544a432.tar.zst freebsd-ports-gnome-418815776be075507543291e680cb31db544a432.zip |
Fix fetch
-rw-r--r-- | graphics/libetonyek01/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/libetonyek01/Makefile b/graphics/libetonyek01/Makefile index a4b2cde2d658..f40521c25c3b 100644 --- a/graphics/libetonyek01/Makefile +++ b/graphics/libetonyek01/Makefile @@ -3,7 +3,7 @@ PORTNAME= libetonyek PORTVERSION= 0.1.1 CATEGORIES= graphics -MASTER_SITES= http://dev-www.libreoffice.org/src/ +MASTER_SITES= http://dev-www.libreoffice.org/src/${PORTNAME}/ PKGNAMESUFFIX= 01 MAINTAINER= office@FreeBSD.org |