Date: Thu, 10 Aug 2000 14:36:44 +0200 From: Johann Visagie <johann@egenetics.com> To: ports@freebsd.org Cc: nbm@freebsd.org Subject: make variables in pkg/MESSAGE Message-ID: <20000810143643.F31126@fling.sanbi.ac.za>
next in thread | raw e-mail | index | archive | help
"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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20000810143643.F31126>