diff options
author | danilo <danilo@FreeBSD.org> | 2015-04-02 23:52:49 +0800 |
---|---|---|
committer | danilo <danilo@FreeBSD.org> | 2015-04-02 23:52:49 +0800 |
commit | 79ecea790fba1fc2d5b5dcef70acb386f861d086 (patch) | |
tree | 77002bffdd79e7d94336044f5d88775436d0e52c /editors/nano | |
parent | f8a651b6740a9046d9976e6b20a0e04a4a51bcd6 (diff) | |
download | freebsd-ports-gnome-79ecea790fba1fc2d5b5dcef70acb386f861d086.tar.gz freebsd-ports-gnome-79ecea790fba1fc2d5b5dcef70acb386f861d086.tar.zst freebsd-ports-gnome-79ecea790fba1fc2d5b5dcef70acb386f861d086.zip |
- Simplify MASTER_SITES
Suggested by: danfe
Diffstat (limited to 'editors/nano')
-rw-r--r-- | editors/nano/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/editors/nano/Makefile b/editors/nano/Makefile index 9a3885175920..f853ff0aaa55 100644 --- a/editors/nano/Makefile +++ b/editors/nano/Makefile @@ -4,9 +4,7 @@ PORTNAME= nano PORTVERSION= 2.4.0 CATEGORIES= editors -MASTER_SITES= http://www.nano-editor.org/dist/v2.4/ \ - ${MASTER_SITE_GNU} -MASTER_SITE_SUBDIR= ${PORTNAME} +MASTER_SITES= http://www.nano-editor.org/dist/v${PORTVERSION:R}/ GNU MAINTAINER= danilo@FreeBSD.org COMMENT= Nano's ANOther editor, an enhanced free Pico clone |