diff options
author | rafan <rafan@FreeBSD.org> | 2007-07-27 14:54:54 +0000 |
---|---|---|
committer | rafan <rafan@FreeBSD.org> | 2007-07-27 14:54:54 +0000 |
commit | c29f2c09bbd5c4bfc28faef75fc571e07634df7b (patch) | |
tree | a2979fd677ddb9397d6aa5915263b648d70bb5f2 /deskutils/qtm | |
parent | 689296543558a5b88b567d32a09a51f502e2a45c (diff) | |
download | FreeBSD-ports-c29f2c09bbd5c4bfc28faef75fc571e07634df7b.zip FreeBSD-ports-c29f2c09bbd5c4bfc28faef75fc571e07634df7b.tar.gz |
- This port does not need share/applications, so remove it
- While I'm here, remove trailing / from INSTALL_*
PR: ports/114943
Submitted by: Yinghong Liu <relaxbsd at gmail.com> (maintainer)
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 a693143..ba9482f 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} |