diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-11-07 16:02:01 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-11-07 16:02:01 +0000 |
commit | 9807675cca13d760242c3fffba79b46a8d240b6a (patch) | |
tree | 68be42bcbbc213e90cda431dcdb3ba5c58e7fb87 /japanese/elisa8x8 | |
parent | f17f4c225607c6b7413789ca006e4f09b31bb287 (diff) |
Add another s/PORTDOCS/MYPORTDOCS/
Submitted by: Oliver Eikemeier <eikemeier@fillmore-labs.com>
Notes
Notes:
svn path=/head/; revision=93305
Diffstat (limited to 'japanese/elisa8x8')
-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 |