Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 19 Aug 1998 15:38:28 -0400 (EDT)
From:      Tim Vanderhoek <ac199@hwcn.org>
To:        Satoshi Asami <asami@FreeBSD.ORG>
Cc:        obrien@NUXI.com, ac199@hwcn.org, ports@FreeBSD.ORG
Subject:   Re: cvs commit: ports/lang/glibstdc++28 Makefile
Message-ID:  <Pine.BSF.3.96.980819153323.2082G-100000@localhost>
In-Reply-To: <199808180011.RAA02418@silvia.hip.berkeley.edu>

next in thread | previous in thread | raw e-mail | index | archive | help
On Mon, 17 Aug 1998, Satoshi Asami wrote:

> Here's a diff (only slightly tested!).  It now creates ${TMPPLIST}
> between do-instal and post-install.  Also, I moved the test of missing

Is there any reason that

do-package:
	if [ -e ${PLIST} ]; then \

isn't 

do-package:
	if [ -e ${TMPPLIST} ];

Perhaps with a

	else
		echo You are toast, loser!


-- 
This .sig is not innovative, witty, or profund.



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.3.96.980819153323.2082G-100000>