diff options
author | Christian Weisgerber <naddy@FreeBSD.org> | 2004-03-07 20:52:11 +0000 |
---|---|---|
committer | Christian Weisgerber <naddy@FreeBSD.org> | 2004-03-07 20:52:11 +0000 |
commit | d005297caed7b8570e674d407428f353c6f021e2 (patch) | |
tree | ce28e4f0214f52bc1917ef07150fa52669e0c79e /editors/nano | |
parent | c16e051e6966d5c88e2624551ad68d8efcc6698f (diff) | |
download | ports-d005297caed7b8570e674d407428f353c6f021e2.tar.gz ports-d005297caed7b8570e674d407428f353c6f021e2.zip |
Notes
Diffstat (limited to 'editors/nano')
-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 |