Index: head/games/xwordpy/Makefile =================================================================== --- head/games/xwordpy/Makefile (revision 348463) +++ head/games/xwordpy/Makefile (revision 348464) @@ -1,38 +1,36 @@ # Created by: bf2006a@yahoo.com # $FreeBSD$ PORTNAME= xwordpy PORTVERSION= 1.0 PORTREVISION= 4 CATEGORIES= games MASTER_SITES= http://x-word.org/ DISTNAME= xword-${PORTVERSION} MAINTAINER= bf@FreeBSD.org -COMMENT= An application for solving crossword puzzles in the Across Lite format +COMMENT= Application for solving crossword puzzles in the Across Lite format USE_GNOME= pygtk2 USE_PYTHON= yes NO_BUILD= yes -PLIST_DIRS= %%DATADIR%% PLIST_FILES= bin/xwordpy \ %%DATADIR%%/crossword-check-all.png \ %%DATADIR%%/crossword-check.png \ %%DATADIR%%/crossword-clock.png \ %%DATADIR%%/crossword-solve.png \ %%DATADIR%%/layout-rtb.png +PLIST_DIRS= %%DATADIR%% -NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e "s|%%DATADIR%%|\'${DATADIR}\'|g" \ -e "s|/usr/bin/python|${PYTHON_CMD}|g" \ ${WRKSRC}/xword do-install: - @${INSTALL_SCRIPT} ${WRKSRC}/xword ${PREFIX}/bin/xwordpy - @${MKDIR} ${DATADIR} - @(cd ${WRKSRC} && for f in *.png ; do ${INSTALL_DATA} ${WRKSRC}/$$f ${DATADIR} ; \ - done) + ${INSTALL_SCRIPT} ${WRKSRC}/xword ${STAGEDIR}${PREFIX}/bin/xwordpy + @${MKDIR} ${STAGEDIR}${DATADIR} + ${INSTALL_DATA} ${WRKSRC}/*.png ${STAGEDIR}${DATADIR} .include Index: head/games/xwordpy/pkg-descr =================================================================== --- head/games/xwordpy/pkg-descr (revision 348463) +++ head/games/xwordpy/pkg-descr (revision 348464) @@ -1,5 +1,4 @@ -xwordpy (also know as Xword) is a PyGTK-powered -application with a GUI that allows users to open, -solve, and print Across Lite puzzle format files. +xwordpy (also know as Xword) is a PyGTK-powered application with a GUI that +allows users to open, solve, and print files in Across Lite puzzle format. WWW: http://x-word.org/