Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 29 Jul 2007 07:46:25 +0800
From:      "Yinghong.Liu" <relaxbsd@gmail.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/114998: Maintainer update port:In Makefile net-im/emesene mkdir ${PREFIX}/share/applications before copy some files to it
Message-ID:  <46abd5dd.26588c0a.0969.ffffbee0@mx.google.com>
Resent-Message-ID: <200707282350.l6SNo1Go007731@freefall.freebsd.org>

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

>Number:         114998
>Category:       ports
>Synopsis:       Maintainer update port:In Makefile net-im/emesene mkdir ${PREFIX}/share/applications before copy some files to it
>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:   Sat Jul 28 23:50:00 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:
In Makefile mkdir ${PREFIX}/share/applications before copy some files to it
	
>How-To-Repeat:
	
>Fix:

	

--- Makefile.diff begins here ---
--- Makefile.orig	2007-07-29 07:41:51.000000000 +0800
+++ Makefile	2007-07-29 07:41:31.000000000 +0800
@@ -41,6 +41,7 @@
 	@${INSTALL} -d ${DATADIR}/
 	@${INSTALL} -d ${PREFIX}/share/applications/
 	@${CP} -R ${WRKSRC}/ ${DATADIR}/
+	@${MKDIR} ${PREFIX}/share/applications
 	@${INSTALL_DATA} ${WRKDIR}/emesene.desktop ${PREFIX}/share/applications/
 	@${INSTALL_SCRIPT} ${WRKDIR}/${PORTNAME}.sh ${PREFIX}/bin/${PORTNAME}
 
--- 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?46abd5dd.26588c0a.0969.ffffbee0>