svn commit: r415442 - head/devel/icmake

Dmitry Marakasov amdmi3 at FreeBSD.org
Wed May 18 13:19:00 UTC 2016


Author: amdmi3
Date: Wed May 18 13:18:58 2016
New Revision: 415442
URL: https://svnweb.freebsd.org/changeset/ports/415442

Log:
  - Simplify MASTER_SITES
  - Add LICENSE_FILE
  - Remove unneeded bsd.port.options.mk inclusion
  
  Approved by:	portmgr blanket

Modified:
  head/devel/icmake/Makefile

Modified: head/devel/icmake/Makefile
==============================================================================
--- head/devel/icmake/Makefile	Wed May 18 13:18:52 2016	(r415441)
+++ head/devel/icmake/Makefile	Wed May 18 13:18:58 2016	(r415442)
@@ -3,7 +3,7 @@
 PORTNAME=	icmake
 PORTVERSION=	7.22.01
 CATEGORIES=	devel
-MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/${PORTVERSION}
+MASTER_SITES=	SF
 DISTNAME=	${PORTNAME}_${PORTVERSION}
 EXTRACT_SUFX=	.orig.tar.gz
 
@@ -11,6 +11,7 @@ MAINTAINER=	bofh at FreeBSD.org
 COMMENT=	Intelligent C-like Maker
 
 LICENSE=	GPLv3
+LICENSE_FILE=	${WRKSRC}/LICENSE
 
 BUILD_DEPENDS=	bash:shells/bash \
 		gsed:textproc/gsed
@@ -27,8 +28,6 @@ REINPLACE_ARGS=	-I ""
 USES=		shebangfix
 SHEBANG_FILES=	icm_bootstrap icm_install icm_prepare scripts/convert
 
-.include <bsd.port.options.mk>
-
 post-patch:
 	@${REINPLACE_CMD} -e 's|sed|gsed|g' \
 		${WRKSRC}/scripts/conversions \


More information about the svn-ports-all mailing list