svn commit: r439902 - head/devel/eric6

David Naylor dbn at FreeBSD.org
Mon May 1 18:06:33 UTC 2017


Author: dbn
Date: Mon May  1 18:06:31 2017
New Revision: 439902
URL: https://svnweb.freebsd.org/changeset/ports/439902

Log:
  devel/eric6: fix linking to icon
  
  PR:		218756
  Submitted by:	Eric Camachat <eric at camachat.org>

Modified:
  head/devel/eric6/Makefile

Modified: head/devel/eric6/Makefile
==============================================================================
--- head/devel/eric6/Makefile	Mon May  1 18:00:57 2017	(r439901)
+++ head/devel/eric6/Makefile	Mon May  1 18:06:31 2017	(r439902)
@@ -1,6 +1,7 @@
 # Created by: Boris Samorodov <bsam at FreeBSD.org>
 # $FreeBSD$
 
+PORTREVISION=	1
 CATEGORIES=	devel python
 DISTNAME=	${PORTNAME}-${PORTVERSION}
 
@@ -49,7 +50,7 @@ do-configure:
 
 post-install:
 	${INSTALL_DATA} ${WRKDIR}/eric6.desktop ${STAGEDIR}${PREFIX}/share/applications/
-	${LN} -sf ${DATADIR:C|${PREFIX}(/share(/pixmaps)?)?||:C|/[^/]+|../|g}icons/default/eric.png \
+	${LN} -sf ${DATADIR:C|${PREFIX}(/share(/pixmaps)?)?||:C|/[^/]+|../|g}eric6/icons/default/eric.png \
 		${STAGEDIR}${PREFIX}/share/pixmaps/eric6.png
 	@${MKDIR} ${STAGEDIR}${DATADIR}/i18n
 


More information about the svn-ports-all mailing list