diff options
author | Pietro Cerutti <gahr@FreeBSD.org> | 2008-03-17 17:55:18 +0000 |
---|---|---|
committer | Pietro Cerutti <gahr@FreeBSD.org> | 2008-03-17 17:55:18 +0000 |
commit | 600f4cfc42f12d207df4c9749c4c24fc5115d960 (patch) | |
tree | 353c1b3dc9fef6444764761302ce317f9c7e6f88 /graphics/luminance/Makefile | |
parent | 0aa7e4d0c360b0f4f15a2c65cd3ae2118bf345db (diff) |
- Update to 1.9.1
Approved by: miwi (mentor)
Notes
Notes:
svn path=/head/; revision=209234
Diffstat (limited to 'graphics/luminance/Makefile')
-rw-r--r-- | graphics/luminance/Makefile | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/graphics/luminance/Makefile b/graphics/luminance/Makefile index 2ddc7753ab80..50928c1e81c0 100644 --- a/graphics/luminance/Makefile +++ b/graphics/luminance/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} |