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

Antoine Brodin antoine at FreeBSD.org
Sun Jun 8 12:33:23 UTC 2014


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>


More information about the svn-ports-head mailing list