svn commit: r427206 - head/games/4stattack

Dmitry Marakasov amdmi3 at FreeBSD.org
Sun Nov 27 09:00:45 UTC 2016


Author: amdmi3
Date: Sun Nov 27 09:00:44 2016
New Revision: 427206
URL: https://svnweb.freebsd.org/changeset/ports/427206

Log:
  - Add LICENSE_FILE
  - Add NO_ARCH
  - Switch to options helpers

Modified:
  head/games/4stattack/Makefile

Modified: head/games/4stattack/Makefile
==============================================================================
--- head/games/4stattack/Makefile	Sun Nov 27 08:59:54 2016	(r427205)
+++ head/games/4stattack/Makefile	Sun Nov 27 09:00:44 2016	(r427206)
@@ -12,19 +12,22 @@ MAINTAINER=	ports at FreeBSD.org
 COMMENT=	Connect four stones in a straight line
 
 LICENSE=	GPLv2
+LICENSE_FILE=	${WRKSRC}/GPL
 
 RUN_DEPENDS=	${PYGAME}
 
 USES=		python
+NO_ARCH=	yes
 
 PORTDOCS=	changelog.txt credits.txt
-OPTIONS_DEFINE=	DOCS
 
 INSTALLS_ICONS=	yes
 ICON_SIZES=	16x16 22x22 32x32 48x48 64x64
 
 SUB_FILES=	${PORTNAME} pkg-message
 
+OPTIONS_DEFINE=	DOCS
+
 post-patch:
 .for s in 16 22 32 48 64
 	@cd ${WRKSRC}/kde/icons/${s}x${s} ; \
@@ -56,6 +59,7 @@ do-install:
 	${LN} -sf ${PREFIX}/share/icons/hicolor/48x48/apps/${PORTNAME}.png \
 		${STAGEDIR}${PREFIX}/share/pixmaps/
 
+do-install-DOCS-on:
 	@${MKDIR} ${STAGEDIR}${DOCSDIR}
 	${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR}
 


More information about the svn-ports-all mailing list