diff options
author | Gabor Kovesdan <gabor@FreeBSD.org> | 2009-06-29 05:22:45 +0000 |
---|---|---|
committer | Gabor Kovesdan <gabor@FreeBSD.org> | 2009-06-29 05:22:45 +0000 |
commit | ea342125cd9016a1ffd3a85f901cfcf3e72d4078 (patch) | |
tree | cfc82f0d710eea06ca841799173808b0018a4773 /editors/sted | |
parent | - Upgrade fix. (diff) |
- Use MASTER_SITE_LOCAL
Approved by: Sahil Tandon <sahil@tandon.net> (maintainer, via private mail)
Notes
Notes:
svn path=/head/; revision=236748
Diffstat (limited to 'editors/sted')
-rw-r--r-- | editors/sted/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/editors/sted/Makefile b/editors/sted/Makefile index 7878f0631141..24e04d8a1bd8 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 |