- 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)
This commit is contained in:
parent
5af0937b58
commit
80bc7e6066
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=196411
1 changed files with 1 additions and 2 deletions
|
@ -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}
|
||||
|
|
Loading…
Reference in a new issue