summaryrefslogtreecommitdiffstats
path: root/audio/id3el
diff options
context:
space:
mode:
authortaoka <taoka@FreeBSD.org>2001-03-10 04:37:20 +0000
committertaoka <taoka@FreeBSD.org>2001-03-10 04:37:20 +0000
commit613c63eceb2d3af9576cd7eca62530181d91a5e4 (patch)
tree2608a5a8e04a8ac9c0945fa7a3b98d64e3a2a7f8 /audio/id3el
parentbb1ab97b9e7e9b0ecc35315f3d15aae106b2c979 (diff)
downloadFreeBSD-ports-613c63eceb2d3af9576cd7eca62530181d91a5e4.zip
FreeBSD-ports-613c63eceb2d3af9576cd7eca62530181d91a5e4.tar.gz
As the elisp name, I used "id3el" and it is wrong.
So I change to id3.el Obtained from: bento
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 4968397..31d69b8 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>
OpenPOWER on IntegriCloud