Date: Sun, 8 Jun 2014 12:33:23 +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: r357010 - head/audio/mpg123.el Message-ID: <201406081233.s58CXNwY047776@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: antoine Date: Sun Jun 8 12:33:22 2014 New Revision: 357010 URL: http://svnweb.freebsd.org/changeset/ports/357010 QAT: https://qat.redports.org/buildarchive/r357010/ Log: Fix a symlink pointing to itself Modified: head/audio/mpg123.el/Makefile Modified: head/audio/mpg123.el/Makefile ============================================================================== --- head/audio/mpg123.el/Makefile Sun Jun 8 12:24:33 2014 (r357009) +++ head/audio/mpg123.el/Makefile Sun Jun 8 12:33:22 2014 (r357010) @@ -3,6 +3,7 @@ PORTNAME= mpg123.el PORTVERSION= 1.52 +PORTREVISION= 1 CATEGORIES= audio elisp MASTER_SITES= http://www.gentei.org/~yuuji/software/mpg123el/ EXTRACT_SUFX= # empty @@ -29,6 +30,6 @@ do-install: ${INSTALL_DATA} ${DISTDIR}/mpg123el.cgi?${PORTVERSION} ${STAGEDIR}${ELISPDIR}/${PORTNAME} # For XEmacs @${MKDIR} ${STAGEDIR}${XELISPDIR} - ${LN} -sf ${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?201406081233.s58CXNwY047776>