diff options
author | gabor <gabor@FreeBSD.org> | 2009-06-29 05:22:45 +0000 |
---|---|---|
committer | gabor <gabor@FreeBSD.org> | 2009-06-29 05:22:45 +0000 |
commit | 2fabc5f82511027785e552c8c2ce64687d1b218e (patch) | |
tree | 02ead758633e2ab401a8ddd02862d2a7900ea704 | |
parent | 435b49cdfb05cdb02b8df8b02d87fbf861c41cfa (diff) | |
download | FreeBSD-ports-2fabc5f82511027785e552c8c2ce64687d1b218e.zip FreeBSD-ports-2fabc5f82511027785e552c8c2ce64687d1b218e.tar.gz |
- Use MASTER_SITE_LOCAL
Approved by: Sahil Tandon <sahil@tandon.net> (maintainer, via private mail)
-rw-r--r-- | devel/terminality/Makefile | 3 | ||||
-rw-r--r-- | editors/sted/Makefile | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/devel/terminality/Makefile b/devel/terminality/Makefile index 8b4e4f1..ce21eb4 100644 --- a/devel/terminality/Makefile +++ b/devel/terminality/Makefile @@ -9,7 +9,8 @@ PORTNAME= terminality PORTVERSION= 2.1 CATEGORIES= devel -MASTER_SITES= http://freebsd.t-hosting.hu/${PORTNAME}/ +MASTER_SITES= ${MASTER_SITE_LOCAL} +MASTER_SITE_SUBDIR= gabor DISTNAME= tn-${PORTVERSION} MAINTAINER= sahil@tandon.net diff --git a/editors/sted/Makefile b/editors/sted/Makefile index 7878f06..24e04d8 100644 --- a/editors/sted/Makefile +++ b/editors/sted/Makefile @@ -9,7 +9,8 @@ PORTNAME= sted PORTVERSION= 0.2.2 CATEGORIES= editors -MASTER_SITES= http://freebsd.t-hosting.hu/sted/ +MASTER_SITES= ${MASTER_SITE_LOCAL} +MASTER_SITE_SUBDIR= gabor MAINTAINER= sahil@tandon.net COMMENT= Simple/Small/Stupid Text Editor |