[Bsd-sharp-cvs] CVS commit to /cvsroot/bsd-sharp/FreeBSD-ports/deskutils/stripes by tmclau02

noreply at forge.novell.com noreply at forge.novell.com
Sat Jan 6 00:15:46 MST 2007


CVS commit to /cvsroot/bsd-sharp/FreeBSD-ports/deskutils/stripes by tmclau02

Modified Files:
	Makefile 
Log Message:
Use ${INSTALL_DATA} over ${CP} to install the .desktop file.

===================================================================
RCS file: /cvsroot/bsd-sharp/FreeBSD-ports/deskutils/stripes/Makefile,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- /cvsroot/bsd-sharp/FreeBSD-ports/deskutils/stripes/Makefile	2006/12/11 19:39:53	1.2
+++ /cvsroot/bsd-sharp/FreeBSD-ports/deskutils/stripes/Makefile	2007/01/06 07:15:46	1.3
@@ -26,7 +26,7 @@
 GNU_CONFIGURE=	yes
 
 post-install:
-	${CP} ${FILESDIR}/stripes.desktop ${LOCALBASE}/share/gnome/applications/
+	${INSTALL_DATA} ${FILESDIR}/stripes.desktop ${LOCALBASE}/share/gnome/applications/
 
 .include "${.CURDIR}/../../lang/mono/bsd.mono.mk"
 .include <bsd.port.mk>


More information about the Bsd-sharp-cvs mailing list