aboutsummaryrefslogtreecommitdiff
path: root/graphics/qtpfsgui/Makefile
diff options
context:
space:
mode:
authorPietro Cerutti <gahr@FreeBSD.org>2008-03-17 17:55:18 +0000
committerPietro Cerutti <gahr@FreeBSD.org>2008-03-17 17:55:18 +0000
commit600f4cfc42f12d207df4c9749c4c24fc5115d960 (patch)
tree353c1b3dc9fef6444764761302ce317f9c7e6f88 /graphics/qtpfsgui/Makefile
parent0aa7e4d0c360b0f4f15a2c65cd3ae2118bf345db (diff)
downloadports-600f4cfc42f12d207df4c9749c4c24fc5115d960.tar.gz
ports-600f4cfc42f12d207df4c9749c4c24fc5115d960.zip
Notes
Diffstat (limited to 'graphics/qtpfsgui/Makefile')
-rw-r--r--graphics/qtpfsgui/Makefile9
1 files changed, 6 insertions, 3 deletions
diff --git a/graphics/qtpfsgui/Makefile b/graphics/qtpfsgui/Makefile
index 2ddc7753ab80..50928c1e81c0 100644
--- a/graphics/qtpfsgui/Makefile
+++ b/graphics/qtpfsgui/Makefile
@@ -6,8 +6,7 @@
#
PORTNAME= qtpfsgui
-DISTVERSION= 1.8.10
-PORTREVISION= 2
+PORTVERSION= 1.9.1
CATEGORIES= graphics
MASTER_SITES= SF
@@ -39,9 +38,13 @@ INSTALL_TARGET+=install_i18n
PLIST_SUB+= NLS="@comment "
.endif
.if !defined(NOPORTDOCS)
-INSTALL_TARGET+=install_docs
+INSTALL_TARGET+=install_docs install_htmls
.endif
+post-patch:
+ ${REINPLACE_CMD} -e 's|PREFIX = /usr/local|PREFIX = ${PREFIX}|g' \
+ ${WRKSRC}/project.pro
+
pre-build:
@${LRELEASE} ${BUILD_WRKSRC}/project.pro
@cd ${BUILD_WRKSRC}; ${SETENV} ${MAKE_ENV} ${QMAKE} -spec ${QMAKESPEC}