pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc Add missing ../ in path to included file.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/30dcb8f3c986
branches:  trunk
changeset: 461635:30dcb8f3c986
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Thu Sep 18 17:51:45 2003 +0000

description:
Add missing ../ in path to included file.

diffstat:

 databases/mysql-server/Makefile |  4 ++--
 graphics/p5-PerlMagick/Makefile |  4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diffs (29 lines):

diff -r d2cd24589d90 -r 30dcb8f3c986 databases/mysql-server/Makefile
--- a/databases/mysql-server/Makefile   Thu Sep 18 17:35:35 2003 +0000
+++ b/databases/mysql-server/Makefile   Thu Sep 18 17:51:45 2003 +0000
@@ -1,11 +1,11 @@
-# $NetBSD: Makefile,v 1.45 2003/09/18 16:25:14 jmmv Exp $
+# $NetBSD: Makefile,v 1.46 2003/09/18 17:53:50 wiz Exp $
 
 PKGNAME=               ${DISTNAME:S/-/-server-/}
 PKGREVISION=           5
 SVR4_PKGNAME=          mysqs
 COMMENT=               MySQL, a free SQL database (server)
 
-.include "../databases/mysql-client/Makefile.common"
+.include "../../databases/mysql-client/Makefile.common"
 
 CONFIGURE_ARGS+=       --with-libwrap
 CONFIGURE_ARGS+=       --without-berkeley-db
diff -r d2cd24589d90 -r 30dcb8f3c986 graphics/p5-PerlMagick/Makefile
--- a/graphics/p5-PerlMagick/Makefile   Thu Sep 18 17:35:35 2003 +0000
+++ b/graphics/p5-PerlMagick/Makefile   Thu Sep 18 17:51:45 2003 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.30 2003/09/18 16:25:15 jmmv Exp $
+# $NetBSD: Makefile,v 1.31 2003/09/18 17:51:45 wiz Exp $
 
-.include "../graphics/ImageMagick/Makefile.common"
+.include "../../graphics/ImageMagick/Makefile.common"
 
 PKGNAME=               p5-PerlMagick-${DISTVERSION}
 



Home | Main Index | Thread Index | Old Index