aboutsummaryrefslogtreecommitdiff
path: root/games/pysolfc
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2017-04-20 13:44:37 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2017-04-20 13:44:37 +0000
commit26747cd3127c39b6b93b75728ab740c0a5e387af (patch)
treeb85fa2f0cf33b514494f3ab7e8ad283ba27c9afe /games/pysolfc
parenta254a3c464357498d7a507abfaa83c983f6ff117 (diff)
downloadports-26747cd3127c39b6b93b75728ab740c0a5e387af.tar.gz
ports-26747cd3127c39b6b93b75728ab740c0a5e387af.zip
- Fix LICENSE
- Add LICENSE_FILE - Cosmetic fixes - Fix WWW:
Notes
Notes: svn path=/head/; revision=438950
Diffstat (limited to 'games/pysolfc')
-rw-r--r--games/pysolfc/Makefile7
-rw-r--r--games/pysolfc/pkg-descr2
2 files changed, 5 insertions, 4 deletions
diff --git a/games/pysolfc/Makefile b/games/pysolfc/Makefile
index 81c934b0f6da..034be7a758cb 100644
--- a/games/pysolfc/Makefile
+++ b/games/pysolfc/Makefile
@@ -12,7 +12,8 @@ DIST_SUBDIR= ${PORTNAME}
MAINTAINER= ports@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>
diff --git a/games/pysolfc/pkg-descr b/games/pysolfc/pkg-descr
index bed07e9ec83e..c7bc828cc704 100644
--- a/games/pysolfc/pkg-descr
+++ b/games/pysolfc/pkg-descr
@@ -4,4 +4,4 @@ tableau backgrounds, sound, unlimited undo, player statistics, a hint system,
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/