diff options
author | Rong-En Fan <rafan@FreeBSD.org> | 2007-07-27 14:54:54 +0000 |
---|---|---|
committer | Rong-En Fan <rafan@FreeBSD.org> | 2007-07-27 14:54:54 +0000 |
commit | 80bc7e6066eb271fc3c01f74d194e17e05779651 (patch) | |
tree | 4794e0a047bef9a5fae487b21b0c3daffb479729 /deskutils/qtm | |
parent | 5af0937b58dc66d284d5bf06473a28c99794179b (diff) |
Notes
Diffstat (limited to 'deskutils/qtm')
-rw-r--r-- | deskutils/qtm/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/deskutils/qtm/Makefile b/deskutils/qtm/Makefile index a6931438715e..ba9482fae16d 100644 --- a/deskutils/qtm/Makefile +++ b/deskutils/qtm/Makefile @@ -31,8 +31,7 @@ pre-build: @cd ${BUILD_WRKSRC}; ${SETENV} ${MAKE_ENV} ${QMAKE} -unix QTM.pro post-install: - @${MKDIR} ${PREFIX}/share/applications - @${INSTALL_PROGRAM} ${WRKSRC}/QTM ${PREFIX}/bin/ + @${INSTALL_PROGRAM} ${WRKSRC}/QTM ${PREFIX}/bin .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} .for doc in ${PORTDOCS} |