As the elisp name, I used "id3el" and it is wrong.

So I change to id3.el

Obtained from:	bento
This commit is contained in:
Satoshi Taoka 2001-03-10 04:37:20 +00:00
parent 42b4708a1e
commit 0fe0765883
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=39353

View File

@ -22,10 +22,10 @@ XELISPDIR= ${PREFIX}/lib/xemacs/site-lisp
do-install:
${MKDIR} ${ELISPDIR}
${INSTALL_DATA} ${WRKSRC}/${PORTNAME} ${ELISPDIR}
${INSTALL_DATA} ${WRKSRC}/id3.el ${ELISPDIR}
${INSTALL_PROGRAM} ${WRKSRC}/id3put ${PREFIX}/bin
# For XEmacs
${MKDIR} ${XELISPDIR}
${LN} -sf ${ELISPDIR}/${PORTNAME} ${XELISPDIR}
${LN} -sf ${ELISPDIR}/id3.el ${XELISPDIR}
.include <bsd.port.mk>