Date: Sun, 8 Jun 2014 12:40:59 +0000 (UTC) From: Antoine Brodin <antoine@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r357011 - head/audio/mpg123.el Message-ID: <201406081240.s58CexAc049557@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201406081240.s58CexAc049557>