svn commit: r383017 - head/editors/nano

Danilo Egea Gondolfo danilo at FreeBSD.org
Thu Apr 2 15:52:50 UTC 2015


Author: danilo
Date: Thu Apr  2 15:52:49 2015
New Revision: 383017
URL: https://svnweb.freebsd.org/changeset/ports/383017

Log:
  - Simplify MASTER_SITES
  
  Suggested by:	danfe

Modified:
  head/editors/nano/Makefile

Modified: head/editors/nano/Makefile
==============================================================================
--- head/editors/nano/Makefile	Thu Apr  2 15:50:49 2015	(r383016)
+++ head/editors/nano/Makefile	Thu Apr  2 15:52:49 2015	(r383017)
@@ -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 at FreeBSD.org
 COMMENT=	Nano's ANOther editor, an enhanced free Pico clone


More information about the svn-ports-all mailing list