diff options
author | vanilla <vanilla@FreeBSD.org> | 2006-02-09 15:56:53 +0800 |
---|---|---|
committer | vanilla <vanilla@FreeBSD.org> | 2006-02-09 15:56:53 +0800 |
commit | 1c8f8a9fc9dd8b39924d23706df7bf6f4a465f16 (patch) | |
tree | 194872076757005bd834ce90cee14dce197c7b34 /x11-toolkits | |
parent | bc17e48c0b8e98dd491d782214913f9146aada46 (diff) | |
download | freebsd-ports-gnome-1c8f8a9fc9dd8b39924d23706df7bf6f4a465f16.tar.gz freebsd-ports-gnome-1c8f8a9fc9dd8b39924d23706df7bf6f4a465f16.tar.zst freebsd-ports-gnome-1c8f8a9fc9dd8b39924d23706df7bf6f4a465f16.zip |
Make it fetchable.
Submitted by: fenner's notice
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/etox/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11-toolkits/etox/Makefile b/x11-toolkits/etox/Makefile index fe16d1ddc40a..70f573f08fdc 100644 --- a/x11-toolkits/etox/Makefile +++ b/x11-toolkits/etox/Makefile @@ -9,7 +9,8 @@ PORTNAME= etox PORTVERSION= 0.9.0.004 PORTREVISION= 1 CATEGORIES= x11-toolkits -MASTER_SITES= http://enlightenment.freedesktop.org/files/ +MASTER_SITES= ${MASTER_SITE_LOCAL} +MASTER_SITE_SUBDIR= vanilla MAINTAINER= vanilla@FreeBSD.org COMMENT= An evas based text layout library |