diff options
author | jlam <jlam@pkgsrc.org> | 2004-01-31 07:07:33 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2004-01-31 07:07:33 +0000 |
commit | e9dde6bfe915f73c7087f27472e499d05620ab75 (patch) | |
tree | be1402a6959f0834dba6e96e0bbb38b621fe2501 /mk | |
parent | 4ddc97c628f1b8ab282971b35337bcb39f8484b5 (diff) | |
download | pkgsrc-e9dde6bfe915f73c7087f27472e499d05620ab75.tar.gz |
It's GNU_CONFIGURE_PREFIX, not CONFIGURE_PREFIX.
Diffstat (limited to 'mk')
-rw-r--r-- | mk/bsd.pkg.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mk/bsd.pkg.mk b/mk/bsd.pkg.mk index 8bd475879d0..0722a563ad7 100644 --- a/mk/bsd.pkg.mk +++ b/mk/bsd.pkg.mk @@ -1,4 +1,4 @@ -# $NetBSD: bsd.pkg.mk,v 1.1365 2004/01/29 10:22:01 grant Exp $ +# $NetBSD: bsd.pkg.mk,v 1.1366 2004/01/31 07:07:33 jlam Exp $ # # This file is in the public domain. # @@ -1253,7 +1253,7 @@ CONFIGURE_ENV+= PATH=${PATH}:${LOCALBASE}/bin:${X11BASE}/bin .if defined(GNU_CONFIGURE) # -# CONFIGURE_PREFIX is the argument to the --prefix option passed to the +# GNU_CONFIGURE_PREFIX is the argument to the --prefix option passed to the # GNU configure script. # GNU_CONFIGURE_PREFIX?= ${PREFIX} |