diff options
Diffstat (limited to 'japanese/mypaedia-fpw-package/Makefile')
-rw-r--r-- | japanese/mypaedia-fpw-package/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/japanese/mypaedia-fpw-package/Makefile b/japanese/mypaedia-fpw-package/Makefile index 0a61d330746e..af99eeaa77c0 100644 --- a/japanese/mypaedia-fpw-package/Makefile +++ b/japanese/mypaedia-fpw-package/Makefile @@ -6,17 +6,16 @@ # PORTNAME= mypaedia-fpw-package -PORTVERSION= 1.0.2 +PORTVERSION= 1.0.3 CATEGORIES= japanese elisp MASTER_SITES= http://openlab.ring.gr.jp/edict/mypaedia-fpw/ -DISTNAME= ${PORTNAME}${PORTVERSION} MAINTAINER= taoka@FreeBSD.org RUN_DEPENDS= sox:${PORTSDIR}/audio/sox \ timidity:${PORTSDIR}/audio/timidity++ \ xanim:${PORTSDIR}/graphics/xanim -# This suhould depend on the next port, but it depends on non-japanized GS :-< +# This suhould build-depend on the next port, but it depends on non-japanized GS :-< # display:${PORTSDIR}/graphics/ImageMagick NO_BUILD= yes @@ -28,7 +27,7 @@ PORT_DOCDIR= ${PREFIX}/share/doc/${PKGNAME} do-install: ${MKDIR} ${PKG_DIR} ${INSTALL_DATA} ${WRKSRC}/mypaedia-fpw.el ${PKG_DIR} - ${INSTALL_SCRIPT} ${WRKSRC}/extract.pl ${PKG_DIR}/mypaedia-fpw.pl + ${INSTALL_SCRIPT} ${WRKSRC}/extract-mypaedia.pl ${PKG_DIR} .if !defined(NOPORTDOCS) ${MKDIR} ${PORT_DOCDIR} .for file in ChangeLog README.TXT |