diff options
author | kevlo <kevlo@FreeBSD.org> | 2000-11-06 22:10:49 +0800 |
---|---|---|
committer | kevlo <kevlo@FreeBSD.org> | 2000-11-06 22:10:49 +0800 |
commit | 15a02ea12136a1750c11b749e1efdacd1e8a3415 (patch) | |
tree | 5ca8c61d90001297f3d1a149d548ae11e650f732 /graphics | |
parent | d1275211abd7f5a8f7470efec7be5189e847227e (diff) | |
download | freebsd-ports-gnome-15a02ea12136a1750c11b749e1efdacd1e8a3415.tar.gz freebsd-ports-gnome-15a02ea12136a1750c11b749e1efdacd1e8a3415.tar.zst freebsd-ports-gnome-15a02ea12136a1750c11b749e1efdacd1e8a3415.zip |
- Change the MASTER_SITES to MASTER_SITE_SOURCEFORGE.
- Take over maintainer-ship.
PR: 22630
Submitted by: Jeremy Norris <ishmael27@home.com>
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/evas/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/graphics/evas/Makefile b/graphics/evas/Makefile index 3747889bab77..b665ba9cffa1 100644 --- a/graphics/evas/Makefile +++ b/graphics/evas/Makefile @@ -8,9 +8,10 @@ PORTNAME= evas PORTVERSION= 0.0.1 CATEGORIES= graphics -MASTER_SITES= http://download.sourceforge.net/enlightenment/ +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= enlightenment -MAINTAINER= ports@FreeBSD.ORG +MAINTAINER= ishmael27@home.com LIB_DEPENDS= Imlib2.1:${PORTSDIR}/graphics/imlib2-tmp |