1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-21 00:25:50 +00:00

oops fix really

This commit is contained in:
Antoine Brodin 2014-06-08 12:40:59 +00:00
parent fcb9f04b9c
commit 4939c36d96
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=357011

View File

@ -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>