From owner-cvs-all Sun Aug 23 18:38:33 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id SAA22806 for cvs-all-outgoing; Sun, 23 Aug 1998 18:38:33 -0700 (PDT) (envelope-from owner-cvs-all) Received: from mail.HiWAAY.net (fly.HiWAAY.net [208.147.154.56]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id SAA22791; Sun, 23 Aug 1998 18:38:27 -0700 (PDT) (envelope-from sprice@hiwaay.net) Received: from localhost (sprice@localhost) by mail.HiWAAY.net (8.9.0/8.9.0) with SMTP id UAA24050; Sun, 23 Aug 1998 20:37:43 -0500 (CDT) Date: Sun, 23 Aug 1998 20:37:43 -0500 (CDT) From: Steve Price To: Satoshi Asami cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: ports/japanese/japaneseAFM Makefile In-Reply-To: <199808240049.RAA28756@silvia.hip.berkeley.edu> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk 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 #