diff options
-rw-r--r-- | japanese/elisa8x8/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/japanese/elisa8x8/Makefile b/japanese/elisa8x8/Makefile index 4db5002c49cc..2466f88298d0 100644 --- a/japanese/elisa8x8/Makefile +++ b/japanese/elisa8x8/Makefile @@ -29,7 +29,7 @@ MKFONTDIR_CMD= ${PREFIX}/bin/mkfontdir FONTSDIR= lib/X11/fonts/local INSTALLDIR= ${PREFIX}/${FONTSDIR} DOCDIR= ${PREFIX}/share/doc/elisa -PORTDOCS= elisa100.doc elisat10.doc elisat10.html +MYPORTDOCS= elisa100.doc elisat10.doc elisat10.html PLIST_SUB= FONTSDIR=${FONTSDIR} do-build: @@ -56,7 +56,7 @@ post-install: .if !defined(NOPORTDOCS) @${MKDIR} ${DOCDIR} @(cd ${WRKSRC} ;\ - ${INSTALL_DATA} ${PORTDOCS} ${DOCDIR} ;\ + ${INSTALL_DATA} ${MYPORTDOCS} ${DOCDIR} ;\ ) .endif |