diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2014-06-08 12:40:59 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2014-06-08 12:40:59 +0000 |
commit | 4939c36d96858be463deac6f7f42cc3976a4aea2 (patch) | |
tree | 2fb348b18c01a1a14b2a342dfbef6357f03bf37c /audio | |
parent | fcb9f04b9c76019d3841f4f20b3bd503bbf2d65b (diff) | |
download | freebsd-ports-4939c36d96858be463deac6f7f42cc3976a4aea2.zip |
oops fix really
Diffstat (limited to 'audio')
-rw-r--r-- | audio/mpg123.el/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/mpg123.el/Makefile b/audio/mpg123.el/Makefile index 9c7ce3557415..c4d13cdfaaeb 100644 --- a/audio/mpg123.el/Makefile +++ b/audio/mpg123.el/Makefile @@ -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> |