Subject: pkgviews question
To: None <tech-pkg@netbsd.org>
From: Dan McMahill <dmcmahill@netbsd.org>
List: tech-pkg
Date: 02/15/2004 14:12:56
Hi,
Is this the correct way to get the full path to another executible in
the new pkgviews world? Excerpt from pkgsrc Makefile:
EVAL_PREFIX+= TKDIR=tk
EVAL_PREFIX+= M4DIR=m4
M4=${M4DIR}/bin/${GNU_PROGRAM_PREFIX}m4
CONFIGURE_ENV+= WISH=${TKDIR}/bin/wish
Or should they be pointing to ${LOCALBASE} like
WISH=${LOCALBASE}/bin/wish
I'm assuming the first, but I'm still getting up to speed with pkgviews.
Thanks
-Dan
--