From owner-freebsd-ports Thu Aug 15 13:40:12 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3FE9637B401 for ; Thu, 15 Aug 2002 13:40:05 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 004AB43E4A for ; Thu, 15 Aug 2002 13:40:05 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7FKe4JU004084 for ; Thu, 15 Aug 2002 13:40:04 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7FKe4qL004083; Thu, 15 Aug 2002 13:40:04 -0700 (PDT) Date: Thu, 15 Aug 2002 13:40:04 -0700 (PDT) Message-Id: <200208152040.g7FKe4qL004083@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Christian Weisgerber Subject: Re: ports/41652: port update science/chemtool Reply-To: Christian Weisgerber Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR ports/41652; it has been noted by GNATS. From: Christian Weisgerber To: chat95@mbox.kyoto-inet.or.jp Cc: freebsd-gnats-submit@freebsd.org Subject: Re: ports/41652: port update science/chemtool Date: Thu, 15 Aug 2002 22:19:34 +0200 (CEST) In article <200208150250.g7F2o37e005234@freefall.freebsd.org> you write: > PORTNAME= chemtool > -PORTVERSION= 1.3.1 > +PORTVERSION= 1.6 No... > CATEGORIES= science > -MASTER_SITES= http://www.uni-ulm.de/~s_tvolk/chemtool/src/ > +MASTER_SITES= http://ruby.chemie.uni-freiburg.de/~martin/chemtool/ > +DISTNAME= ct16a6 This is not version 1.6, this is some alpha version. Either fix PORTVERSION, or better yet wait for the next release. > +do-build: > + @(cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${GMAKE}) Why introduce a do-build target here? General note: Each command line in a Makefile is executed in a separate shell invocation. Adding an extra subshell (...) is usless. -- Christian "naddy" Weisgerber naddy@mips.inka.de To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message