svn commit: r432018 - head/multimedia/devede

Antoine Brodin antoine at FreeBSD.org
Sat Jan 21 10:40:38 UTC 2017


Author: antoine
Date: Sat Jan 21 10:40:37 2017
New Revision: 432018
URL: https://svnweb.freebsd.org/changeset/ports/432018

Log:
  Reinplace the target of the symlink instead of the symlink
  
  PR:		216309

Modified:
  head/multimedia/devede/Makefile

Modified: head/multimedia/devede/Makefile
==============================================================================
--- head/multimedia/devede/Makefile	Sat Jan 21 10:04:25 2017	(r432017)
+++ head/multimedia/devede/Makefile	Sat Jan 21 10:40:37 2017	(r432018)
@@ -50,7 +50,7 @@ post-patch:
 		-e 's|%%PORTNAME%%|${PORTNAME}|' \
 		-e 's|%%DATADIR%%|${DATADIR}|' \
 		-e 's|%%DOCSDIR%%|${DOCSDIR}|' \
-		${WRKSRC}/devede.py
+		${WRKSRC}/devede
 	@${REINPLACE_CMD} -e 's|bash|sh|' ${WRKSRC}/devede-debug
 # Fix font location
 	@${REINPLACE_CMD} -e \


More information about the svn-ports-all mailing list