diff options
-rw-r--r-- | editors/nano/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/editors/nano/Makefile b/editors/nano/Makefile index edc337af8089..ee34629965c1 100644 --- a/editors/nano/Makefile +++ b/editors/nano/Makefile @@ -8,7 +8,8 @@ PORTNAME= nano PORTVERSION= 1.2.3 CATEGORIES= editors -MASTER_SITES= http://www.nano-editor.org/dist/v1.2/ +MASTER_SITES= http://www.nano-editor.org/dist/v1.2/ \ + http://www.ewtoo.org/~astyanax/nano/dist/v1.2/ MAINTAINER= naddy@FreeBSD.org COMMENT= Nano's ANOther editor, an enhanced free Pico clone |