From owner-freebsd-ports Thu Aug 10 5:36:59 2000 Delivered-To: freebsd-ports@freebsd.org Received: from fling.sanbi.ac.za (fling.sanbi.ac.za [196.38.142.119]) by hub.freebsd.org (Postfix) with ESMTP id 6D79837BA9C; Thu, 10 Aug 2000 05:36:48 -0700 (PDT) (envelope-from johann@egenetics.com) Received: from johann by fling.sanbi.ac.za with local (Exim 3.13 #4) id 13MrZk-0005Mk-00; Thu, 10 Aug 2000 14:36:44 +0200 Date: Thu, 10 Aug 2000 14:36:44 +0200 From: Johann Visagie To: ports@freebsd.org Cc: nbm@freebsd.org Subject: make variables in pkg/MESSAGE Message-ID: <20000810143643.F31126@fling.sanbi.ac.za> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2i Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org "portlint -a" gives me this warning: WARN: possible direct use of "/usr/local" found in pkg/MESSAGE. if so, use ${PREFIX} or ${LOCALBASE}, as appropriate. But... ${PKGMESSAGE} is used verbatim when creating a package (using the -D flag to pkg_create(1)), so any references to ${PREFIX} will appear literally when the message is displayed. -- V To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message