pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/x11/p5-gtk Move pre-configure target to post-patch. T...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a9fc8ca9134c
branches:  trunk
changeset: 487958:a9fc8ca9134c
user:      adrianp <adrianp%pkgsrc.org@localhost>
date:      Sat Jan 22 17:26:22 2005 +0000

description:
Move pre-configure target to post-patch.  This allows other subpackages
to define their own pre-configure target which is needed.

diffstat:

 x11/p5-gtk/Makefile.subpackage |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 66556cbb48d2 -r a9fc8ca9134c x11/p5-gtk/Makefile.subpackage
--- a/x11/p5-gtk/Makefile.subpackage    Sat Jan 22 16:22:25 2005 +0000
+++ b/x11/p5-gtk/Makefile.subpackage    Sat Jan 22 17:26:22 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.subpackage,v 1.7 2004/12/03 15:15:12 wiz Exp $
+# $NetBSD: Makefile.subpackage,v 1.8 2005/01/22 17:26:22 adrianp Exp $
 #
 # makefile fragment for p5-gtk sub-packages.  you need to
 # set SUBPACKAGE before including this.
@@ -14,7 +14,7 @@
 
 .include "../../lang/perl5/buildlink3.mk"
 
-pre-configure:
+post-patch:
        cd ${GTKDIR} && ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL
        cd ${GTKDIR} && ${SETENV} ${MAKE_ENV} \
                        ${MAKE_PROGRAM} -f ${MAKEFILE} ${BUILD_TARGET}



Home | Main Index | Thread Index | Old Index