ports/114998: Maintainer update port:In Makefile net-im/emesene mkdir ${PREFIX}/share/applications before copy some files to it

Yinghong.Liu relaxbsd at gmail.com
Sat Jul 28 23:50:01 UTC 2007


>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 at 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:



More information about the freebsd-ports-bugs mailing list