summaryrefslogtreecommitdiff
path: root/audio/id3el
diff options
context:
space:
mode:
authorSatoshi Taoka <taoka@FreeBSD.org>2001-03-10 04:37:20 +0000
committerSatoshi Taoka <taoka@FreeBSD.org>2001-03-10 04:37:20 +0000
commit0fe0765883904f72d6aefee2ef9e525de98f06e7 (patch)
tree53d30a5827a0fa20fea52bf27712b3ccd11a59c9 /audio/id3el
parentUpdate MASTER_SITE and WWW, and chase the checksum (distfile rerolled; (diff)
As the elisp name, I used "id3el" and it is wrong.
So I change to id3.el Obtained from: bento
Notes
Notes: svn path=/head/; revision=39353
Diffstat (limited to 'audio/id3el')
-rw-r--r--audio/id3el/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/id3el/Makefile b/audio/id3el/Makefile
index 4968397860da..31d69b81511b 100644
--- a/audio/id3el/Makefile
+++ b/audio/id3el/Makefile
@@ -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>