Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 26 Jul 2007 22:17:52 +0800
From:      "Yinghong.Liu" <relaxbsd@gmail.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        relaxbsd@gmail.com
Subject:   ports/114943: Maintainer update port:deskutils/qtm Fix a bug in Makefile
Message-ID:  <46a8ad9a.06538c0a.3f7e.4633@mx.google.com>
Resent-Message-ID: <200707261430.l6QEU2fR092124@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         114943
>Category:       ports
>Synopsis:       Maintainer update port:deskutils/qtm Fix a bug in Makefile
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Thu Jul 26 14:30:01 GMT 2007
>Closed-Date:
>Last-Modified:
>Originator:     Yinghong.Liu
>Release:        FreeBSD 7.0-CURRENT i386
>Organization:
>Environment:
System: FreeBSD relaxbsd.org 7.0-CURRENT FreeBSD 7.0-CURRENT #0: Sun Jun 3 12:43:41 CST 2007 root@relaxbsd.org:/usr/src/sys/i386/compile/RELAXBSD i386


	
>Description:
It needn't create share/applications in Makefile. So remove it.
	
>How-To-Repeat:
	
>Fix:

	

--- Makefile.diff begins here ---
--- Makefile~	2007-07-16 22:30:43.000000000 +0800
+++ Makefile	2007-07-26 22:12:42.000000000 +0800
@@ -31,7 +31,6 @@
 	@cd ${BUILD_WRKSRC}; ${SETENV} ${MAKE_ENV} ${QMAKE} -unix QTM.pro
 
 post-install:
-	@${MKDIR} ${PREFIX}/share/applications
 	@${INSTALL_PROGRAM} ${WRKSRC}/QTM ${PREFIX}/bin/
 .if !defined(NOPORTDOCS)
 	@${MKDIR} ${DOCSDIR}
--- Makefile.diff ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?46a8ad9a.06538c0a.3f7e.4633>