svn commit: r357011 - head/audio/mpg123.el

Antoine Brodin antoine at FreeBSD.org
Sun Jun 8 12:41:00 UTC 2014


Author: antoine
Date: Sun Jun  8 12:40:59 2014
New Revision: 357011
URL: http://svnweb.freebsd.org/changeset/ports/357011
QAT: https://qat.redports.org/buildarchive/r357011/

Log:
  oops fix really

Modified:
  head/audio/mpg123.el/Makefile

Modified: head/audio/mpg123.el/Makefile
==============================================================================
--- head/audio/mpg123.el/Makefile	Sun Jun  8 12:33:22 2014	(r357010)
+++ head/audio/mpg123.el/Makefile	Sun Jun  8 12:40:59 2014	(r357011)
@@ -30,6 +30,6 @@ do-install:
 	${INSTALL_DATA} ${DISTDIR}/mpg123el.cgi?${PORTVERSION} ${STAGEDIR}${ELISPDIR}/${PORTNAME}
 # For XEmacs
 	@${MKDIR} ${STAGEDIR}${XELISPDIR}
-	${LN} -sf ${ELISPDIR}${PORTNAME} ${STAGEDIR}${XELISPDIR}/${PORTNAME}
+	${LN} -sf ${ELISPDIR}/${PORTNAME} ${STAGEDIR}${XELISPDIR}/${PORTNAME}
 
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list