Date: Sun, 23 Aug 1998 20:37:43 -0500 (CDT) From: Steve Price <sprice@hiwaay.net> To: Satoshi Asami <asami@FreeBSD.ORG> Cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: ports/japanese/japaneseAFM Makefile Message-ID: <Pine.OSF.4.02.9808232037090.26016-100000@fly.HiWAAY.net> In-Reply-To: <199808240049.RAA28756@silvia.hip.berkeley.edu>
next in thread | previous in thread | raw e-mail | index | archive | help
On Sun, 23 Aug 1998, Satoshi Asami wrote:
# * Remove stray PLIST.mktmp file.
#
# This isn't the right way to solve it.
#
# ===
# do-install:
# @${MKDIR} ${AFMDIR}
# @${INSTALL_DATA} ${WRKSRC}/* ${AFMDIR}
# @rm -f ${AFMDIR}/PLIST.mktmp
# ===
#
# We can't keep changing the Makefile when we decide to add another file
# from bsd.port.mk. Shouldn't this read
#
# ===
# do-install: @${MKDIR} ${AFMDIR}
# .for font in GothicBBB-Medium Ryumin-Light
# .for dir in H V
# ${INSTALL_DATA} ${WRKSRC}/${font}-${dir} ${AFMDIR}
# .endfor
# .endfor
# ===
#
# instead?
#
# I just tested it and it seems to work fine here. If that's ok for
# you, I'll commit it.
This looks great! Commit away. :)
Steve
# Satoshi
#
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.OSF.4.02.9808232037090.26016-100000>
