aboutsummaryrefslogtreecommitdiffstats
path: root/deskutils/qtm
diff options
context:
space:
mode:
authorrafan <rafan@FreeBSD.org>2007-07-27 22:54:54 +0800
committerrafan <rafan@FreeBSD.org>2007-07-27 22:54:54 +0800
commitc29f2c09bbd5c4bfc28faef75fc571e07634df7b (patch)
treea2979fd677ddb9397d6aa5915263b648d70bb5f2 /deskutils/qtm
parent689296543558a5b88b567d32a09a51f502e2a45c (diff)
downloadfreebsd-ports-gnome-c29f2c09bbd5c4bfc28faef75fc571e07634df7b.tar.gz
freebsd-ports-gnome-c29f2c09bbd5c4bfc28faef75fc571e07634df7b.tar.zst
freebsd-ports-gnome-c29f2c09bbd5c4bfc28faef75fc571e07634df7b.zip
- 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/Makefile3
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}