diff options
author | Alexey Dokuchaev <danfe@FreeBSD.org> | 2011-04-16 01:35:52 +0000 |
---|---|---|
committer | Alexey Dokuchaev <danfe@FreeBSD.org> | 2011-04-16 01:35:52 +0000 |
commit | 010f060571f8ea47281c327f989e385bca87912a (patch) | |
tree | 30be2383cd0d3c6e37dee67528290367ef9ea1d1 /editors/tea/Makefile | |
parent | db76e00b03f591791e8aad84babae6407d25a290 (diff) |
Notes
Diffstat (limited to 'editors/tea/Makefile')
-rw-r--r-- | editors/tea/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/editors/tea/Makefile b/editors/tea/Makefile index d49b58e1bc7b..62fe9f495b73 100644 --- a/editors/tea/Makefile +++ b/editors/tea/Makefile @@ -6,7 +6,7 @@ # PORTNAME= tea -DISTVERSION= 28.1.4 +DISTVERSION= 29.0.2 CATEGORIES= editors MASTER_SITES= SF/${PORTNAME}-editor/${PORTNAME}-editor/${PORTVERSION} @@ -32,6 +32,9 @@ QMAKEFLAGS= USE_ASPELL=true QMAKEFLAGS= USE_ASPELL=false .endif +post-patch: + @${REINPLACE_CMD} -e '/aspell/s,/usr,${LOCALBASE},' ${WRKSRC}/src.pro + do-configure: @cd ${BUILD_WRKSRC} && ${SETENV} ${MAKE_ENV} ${QMAKE} ${QMAKEFLAGS} |