diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2017-04-20 21:44:37 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2017-04-20 21:44:37 +0800 |
commit | ccf3ed093d47dc81f688b9e3b9f128464277c99e (patch) | |
tree | b85fa2f0cf33b514494f3ab7e8ad283ba27c9afe /games | |
parent | 9f61a9fe3f06512bb6b166e1d5cf9ea395736c04 (diff) | |
download | freebsd-ports-gnome-ccf3ed093d47dc81f688b9e3b9f128464277c99e.tar.gz freebsd-ports-gnome-ccf3ed093d47dc81f688b9e3b9f128464277c99e.tar.zst freebsd-ports-gnome-ccf3ed093d47dc81f688b9e3b9f128464277c99e.zip |
- Fix LICENSE
- Add LICENSE_FILE
- Cosmetic fixes
- Fix WWW:
Diffstat (limited to 'games')
-rw-r--r-- | games/pysolfc/Makefile | 7 | ||||
-rw-r--r-- | games/pysolfc/pkg-descr | 2 |
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/ |