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

next in thread | previous in thread | raw e-mail | index | archive | help
 * Is there any reason that
 * 
 * do-package:
 * 	if [ -e ${PLIST} ]; then \
 * 
 * isn't 
 * 
 * do-package:
 * 	if [ -e ${TMPPLIST} ];

My stupidity.  Fixed, thanks.

 * Perhaps with a
 * 
 * 	else
 * 		echo You are toast, loser!

Well, the check is already done in generate-plist, called from
install.  I don't think we need to repeat it again.

Satoshi

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?199808192342.QAA03140>