pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/mk The available options are shown before the dependen...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/fcc644b21ba3
branches:  trunk
changeset: 494842:fcc644b21ba3
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Tue May 31 15:05:13 2005 +0000

description:
The available options are shown before the dependencies are installed.
Many package options influence the dependencies, so this order is more
likely to be useful.

diffstat:

 mk/bsd.options.mk |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r b9f388dc15cf -r fcc644b21ba3 mk/bsd.options.mk
--- a/mk/bsd.options.mk Tue May 31 15:03:06 2005 +0000
+++ b/mk/bsd.options.mk Tue May 31 15:05:13 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.options.mk,v 1.27 2005/05/31 12:10:07 dillo Exp $
+# $NetBSD: bsd.options.mk,v 1.28 2005/05/31 15:05:13 rillig Exp $
 #
 # This Makefile fragment provides boilerplate code for standard naming
 # conventions for handling per-package build options.
@@ -210,7 +210,7 @@
 
 .if defined(PKG_SUPPORTED_OPTIONS)
 .PHONY: supported-options-message
-pre-extract: supported-options-message
+pre-install-depends: supported-options-message
 supported-options-message:
 .  if !empty(PKG_SUPPORTED_OPTIONS)
        @${ECHO} "=========================================================================="



Home | Main Index | Thread Index | Old Index