diff options
author | Kevin Lo <kevlo@FreeBSD.org> | 2000-11-06 14:10:49 +0000 |
---|---|---|
committer | Kevin Lo <kevlo@FreeBSD.org> | 2000-11-06 14:10:49 +0000 |
commit | ceed1cb80fa938ac87e917e90cfc8c482fd33f3c (patch) | |
tree | a44ecea1bd3dd56978c2ddefd39142dcd2a462d7 | |
parent | Add linux-gtk. Here's the i18n advantages over x11-toolkits/linux-gtk: (diff) |
- Change the MASTER_SITES to MASTER_SITE_SOURCEFORGE.
- Take over maintainer-ship.
PR: 22630
Submitted by: Jeremy Norris <ishmael27@home.com>
Notes
Notes:
svn path=/head/; revision=34843
-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 |