From 80bc7e6066eb271fc3c01f74d194e17e05779651 Mon Sep 17 00:00:00 2001 From: Rong-En Fan Date: Fri, 27 Jul 2007 14:54:54 +0000 Subject: [PATCH] - 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 (maintainer) --- deskutils/qtm/Makefile | 3 +-- 1 file changed, 1 insertion(+), 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}