diff options
author | garga <garga@FreeBSD.org> | 2005-09-21 00:09:22 +0800 |
---|---|---|
committer | garga <garga@FreeBSD.org> | 2005-09-21 00:09:22 +0800 |
commit | a619653181c708ffd85144c839153228a9beb696 (patch) | |
tree | e0b869629dbc73bde38f78df35f7f9f519548946 /editors | |
parent | d0b855827ef92dc30dfbce489b2e25e4144fffa0 (diff) | |
download | freebsd-ports-gnome-a619653181c708ffd85144c839153228a9beb696.tar.gz freebsd-ports-gnome-a619653181c708ffd85144c839153228a9beb696.tar.zst freebsd-ports-gnome-a619653181c708ffd85144c839153228a9beb696.zip |
- Add backup MASTER_SITES
Requested by: kris
Diffstat (limited to 'editors')
-rw-r--r-- | editors/ne/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/editors/ne/Makefile b/editors/ne/Makefile index fcf5a6f371ce..f50fba2ed68c 100644 --- a/editors/ne/Makefile +++ b/editors/ne/Makefile @@ -8,7 +8,9 @@ PORTNAME= ne PORTVERSION= 1.41 CATEGORIES= editors -MASTER_SITES= http://ne.dsi.unimi.it/ +MASTER_SITES= http://ne.dsi.unimi.it/ \ + ${MASTER_SITE_GENTOO} +MASTER_SITE_SUBDIR= distfiles MAINTAINER= az@inec.ru COMMENT= Nice and powerfull editor |