Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 22 Oct 2015 17:21:46 +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: r400000 - head/games/vor
Message-ID:  <201510221721.t9MHLknA068321@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Thu Oct 22 17:21:46 2015
New Revision: 400000
URL: https://svnweb.freebsd.org/changeset/ports/400000

Log:
  - Add LICENSE
  - Switch to options helpers
  - 400k get :)

Modified:
  head/games/vor/Makefile

Modified: head/games/vor/Makefile
==============================================================================
--- head/games/vor/Makefile	Thu Oct 22 17:21:38 2015	(r399999)
+++ head/games/vor/Makefile	Thu Oct 22 17:21:46 2015	(r400000)
@@ -11,6 +11,9 @@ MASTER_SITES=	http://qualdan.com/vor/ \
 MAINTAINER=	amdmi3@FreeBSD.org
 COMMENT=	Dodge the rocks until you die
 
+LICENSE=	GPLv2
+LICENSE_FILE=	${WRKSRC}/COPYING
+
 USES=		tar:bzip2 gmake
 USE_SDL=	mixer image sdl
 GNU_CONFIGURE=	yes
@@ -30,8 +33,10 @@ DESKTOP_ENTRIES="Variations on Rockdodge
 OPTIONS_DEFINE=	DOCS
 
 post-install:
+	${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME}
+
+post-install-DOCS-on:
 	${MKDIR} ${STAGEDIR}${DOCSDIR}
 	${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR}
-	${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME}
 
 .include <bsd.port.mk>



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