diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2010-05-07 12:34:42 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2010-05-07 12:34:42 +0000 |
commit | 1d15a3d2d4a83a30f74be0d219c5ceb81c3b5333 (patch) | |
tree | 17956e280a649ad085d8cb4233594aed49cd6bd8 /editors | |
parent | bd690bf674e0bf074588aaee1d394cc1d07a91ff (diff) | |
download | ports-1d15a3d2d4a83a30f74be0d219c5ceb81c3b5333.tar.gz ports-1d15a3d2d4a83a30f74be0d219c5ceb81c3b5333.zip |
Notes
Diffstat (limited to 'editors')
-rw-r--r-- | editors/textroom/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/editors/textroom/Makefile b/editors/textroom/Makefile index bd1e88d15561..95559cb5a072 100644 --- a/editors/textroom/Makefile +++ b/editors/textroom/Makefile @@ -7,6 +7,7 @@ PORTNAME= textroom PORTVERSION= 0.6.3.2 +PORTREVISION= 1 CATEGORIES= editors MASTER_SITES= SF @@ -26,7 +27,10 @@ MAKE_JOBS_SAFE= yes WRKSRC= ${WRKDIR}/${PORTNAME} post-patch: - @${REINPLACE_CMD} -e 's|-lhunspell|-lhunspell-1.2|' ${WRKSRC}/textroom.pro + @${REINPLACE_CMD} -e 's|-lhunspell|-lhunspell-1.2|' \ + ${WRKSRC}/textroom.pro + @${REINPLACE_CMD} -e 's|/usr/share|${PREFIX}/share|' \ + ${WRKSRC}/src/textroom.cpp do-configure: @cd ${WRKSRC} && ${SETENV} ${CONFIGURE_ENV} \ |