diff options
author | Andrej Zverev <az@FreeBSD.org> | 2007-07-04 18:17:56 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2007-07-04 18:17:56 +0000 |
commit | 003978839236f009f7f7304e6a3d96d92979acbc (patch) | |
tree | 369d6528a29177d826b1192b2c7172f09d55bc57 /games/qnetchess | |
parent | bad605b3e0027f1c4df32be3bdbbe4eab061048e (diff) |
Notes
Diffstat (limited to 'games/qnetchess')
-rw-r--r-- | games/qnetchess/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/games/qnetchess/Makefile b/games/qnetchess/Makefile index d7fe34f23515..7e23c0a45eea 100644 --- a/games/qnetchess/Makefile +++ b/games/qnetchess/Makefile @@ -25,6 +25,10 @@ MAKE_ARGS+= LOCALE_FILE="${LOCALE_FILE}" QTDIR="${QT_PREFIX}" PLIST_FILES= bin/QNetChess %%DATADIR%%/${PORTNAME}_ru.qm PLIST_DIRS= %%DATADIR%% +post-patch: + ${REINPLACE_CMD} -e 's|static char|static const char|' \ + ${WRKSRC}/xpm/* + do-install: ${MKDIR} ${DATADIR} ${INSTALL_PROGRAM} ${WRKSRC}/QNetChess ${PREFIX}/bin |