pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mk automake.mk only needs to go ../mk/autoconf.mk to f...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/2155b3c9fdba
branches:  trunk
changeset: 461745:2155b3c9fdba
user:      chris <chris%pkgsrc.org@localhost>
date:      Sat Sep 20 00:46:22 2003 +0000

description:
automake.mk only needs to go ../mk/autoconf.mk to find autoconf.mk, not
../../mk/autoconf.mk

diffstat:

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

diffs (16 lines):

diff -r 00a85eb23ed0 -r 2155b3c9fdba mk/automake.mk
--- a/mk/automake.mk    Sat Sep 20 00:46:01 2003 +0000
+++ b/mk/automake.mk    Sat Sep 20 00:46:22 2003 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: automake.mk,v 1.3 2002/10/07 21:47:49 wiz Exp $
+# $NetBSD: automake.mk,v 1.4 2003/09/20 00:46:22 chris Exp $
 #
 # makefile fragment for packages that use automake
 # AUTOMAKE_REQD can be set to the minimum version required.
@@ -33,5 +33,5 @@
 BUILD_DEPENDS+=                {gettext-0.10.35nb1,gettext-m4-[0-9]*}:../../devel/gettext-m4
 .endif
 
-.include "../../mk/autoconf.mk"
+.include "../mk/autoconf.mk"
 .endif # AUTOMAKE_MK



Home | Main Index | Thread Index | Old Index