svn commit: r438950 - head/games/pysolfc

Dmitry Marakasov amdmi3 at FreeBSD.org
Thu Apr 20 13:44:38 UTC 2017


Author: amdmi3
Date: Thu Apr 20 13:44:37 2017
New Revision: 438950
URL: https://svnweb.freebsd.org/changeset/ports/438950

Log:
  - Fix LICENSE
  - Add LICENSE_FILE
  - Cosmetic fixes
  - Fix WWW:

Modified:
  head/games/pysolfc/Makefile
  head/games/pysolfc/pkg-descr

Modified: head/games/pysolfc/Makefile
==============================================================================
--- head/games/pysolfc/Makefile	Thu Apr 20 13:42:49 2017	(r438949)
+++ head/games/pysolfc/Makefile	Thu Apr 20 13:44:37 2017	(r438950)
@@ -12,7 +12,8 @@ DIST_SUBDIR=	${PORTNAME}
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	Solitaire game, written in Python and the successor of PySol
 
-LICENSE=	GPLv3
+LICENSE=	GPLv3+
+LICENSE_FILE=	${WRKSRC}/COPYING
 
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}tkinter>0:x11-toolkits/py-tkinter \
 		${PYTHON_PKGNAMEPREFIX}pillow>0:graphics/py-pillow
@@ -67,7 +68,7 @@ post-install-CARDSETS-on:
 		${FIND} . -type f | ${SED} -e 's|^./|${DATADIR_REL}/|' >> ${TMPPLIST}
 
 post-install-DOCS-on:
-	@${INSTALL} -d ${STAGEDIR}${DOCSDIR}/
-	@cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR}/
+	@${MKDIR} ${STAGEDIR}${DOCSDIR}/
+	cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR}/
 
 .include <bsd.port.mk>

Modified: head/games/pysolfc/pkg-descr
==============================================================================
--- head/games/pysolfc/pkg-descr	Thu Apr 20 13:42:49 2017	(r438949)
+++ head/games/pysolfc/pkg-descr	Thu Apr 20 13:44:37 2017	(r438950)
@@ -4,4 +4,4 @@ tableau backgrounds, sound, unlimited un
 demo games, a solitaire wizard, support for user written plug-ins, an
 integrated HTML help browser, and lots of documentation.
 
-WWW: http://pysolfc.sourceforge.net
+WWW: http://pysolfc.sourceforge.net/


More information about the svn-ports-head mailing list