svn commit: r411132 - head/sysutils/fvcool

Dmitry Marakasov amdmi3 at FreeBSD.org
Tue Mar 15 02:32:35 UTC 2016


Author: amdmi3
Date: Tue Mar 15 02:32:34 2016
New Revision: 411132
URL: https://svnweb.freebsd.org/changeset/ports/411132

Log:
  - Add LICENSE
  - Switch to options helpers

Modified:
  head/sysutils/fvcool/Makefile

Modified: head/sysutils/fvcool/Makefile
==============================================================================
--- head/sysutils/fvcool/Makefile	Tue Mar 15 02:28:50 2016	(r411131)
+++ head/sysutils/fvcool/Makefile	Tue Mar 15 02:32:34 2016	(r411132)
@@ -10,11 +10,15 @@ DISTNAME=	FVCool${PORTVERSION:S/.//g}
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	VCool for FreeBSD - Cooling software for AMD Athlon/Duron CPUs
 
+LICENSE=	BSD3CLAUSE # misses 2nd clause, but it's still not BSD2CLAUSE
+LICENSE_FILE=	${WRKSRC}/CopyRight
+
 ONLY_FOR_ARCHS=	i386
+
 GNU_CONFIGURE=	yes
 USE_RC_SUBR=	fvcool
 SUB_FILES=	pkg-message
-SUB_LIST+=	"PORTNAME=${PORTNAME}"
+SUB_LIST=	"PORTNAME=${PORTNAME}"
 ALL_TARGET=	fvcool
 
 PORTDOCS=	ReadMe ReadMe.jp ReadMe.tech_KT133
@@ -26,10 +30,10 @@ post-patch:
 	@${REINPLACE_CMD} -e 's|@CC@|& ${CFLAGS}|; \
 		s|-O3||g ; s| -s | |g' ${BUILD_WRKSRC}/Makefile.in
 
-do-install: install-doc
+do-install:
 	${INSTALL_PROGRAM} ${WRKSRC}/fvcool ${STAGEDIR}${PREFIX}/sbin/fvcool
 
-install-doc:
+do-install-DOCS-on:
 	@${MKDIR} ${STAGEDIR}${DOCSDIR}
 	${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${STAGEDIR}${DOCSDIR}
 


More information about the svn-ports-all mailing list