diff options
author | Thomas Gellekum <tg@FreeBSD.org> | 2003-11-17 12:35:45 +0000 |
---|---|---|
committer | Thomas Gellekum <tg@FreeBSD.org> | 2003-11-17 12:35:45 +0000 |
commit | ffa00e4cffb769a53ce29e20726f88401620b142 (patch) | |
tree | 763d5fc49a7fb6604db7dcd0a38539e331c641f4 /devel/ecos-tools | |
parent | USE_REINPLACE need be defined only when REINPLACE_CMD is used. (diff) |
Oops, forgot to adjust MASTER_SITES.
Diffstat (limited to 'devel/ecos-tools')
-rw-r--r-- | devel/ecos-tools/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/ecos-tools/Makefile b/devel/ecos-tools/Makefile index 7e2569446717..9920ff8cd1dd 100644 --- a/devel/ecos-tools/Makefile +++ b/devel/ecos-tools/Makefile @@ -8,7 +8,8 @@ PORTNAME= ecos-tools PORTVERSION= 0.0.${SNAPDATE} CATEGORIES= devel -MASTER_SITES= http://www.ecoscentric.com/snapshots/ +MASTER_SITES= ${MASTER_SITE_LOCAL} +MASTER_SITE_SUBDIR= tg DISTNAME= ecos-tools.${SNAPDATE} MAINTAINER= tg@FreeBSD.org |