Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 29 Dec 2015 09:41:27 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r404719 - head/misc/explosions
Message-ID:  <201512290941.tBT9fRt8068839@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Tue Dec 29 09:41:26 2015
New Revision: 404719
URL: https://svnweb.freebsd.org/changeset/ports/404719

Log:
  - Add LICENSE_FILE
  - Switch to options helpers

Modified:
  head/misc/explosions/Makefile

Modified: head/misc/explosions/Makefile
==============================================================================
--- head/misc/explosions/Makefile	Tue Dec 29 09:15:26 2015	(r404718)
+++ head/misc/explosions/Makefile	Tue Dec 29 09:41:26 2015	(r404719)
@@ -16,6 +16,7 @@ MAINTAINER=	ports@FreeBSD.org
 COMMENT=	3D objects flying around resembling explosions with various effects
 
 LICENSE=	GPLv2
+LICENSE_FILE=	${WRKSRC}/COPYING.txt
 
 USES=		gmake perl5
 USE_PERL5=	build
@@ -38,10 +39,10 @@ do-install:
 	${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin/
 	@${MKDIR} ${STAGEDIR}${DATADIR}
 	${INSTALL_DATA} ${WRKSRC}/spark?.png ${STAGEDIR}${DATADIR}
-
 	${INSTALL_DATA} ${_DISTDIR}/${PORTNAME}.png \
 		${STAGEDIR}${PREFIX}/share/pixmaps/
 
+do-install-DOCS-on:
 	@${MKDIR} ${STAGEDIR}${DOCSDIR}
 	${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR}
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201512290941.tBT9fRt8068839>