diff options
author | adrianp <adrianp@pkgsrc.org> | 2005-01-22 17:26:22 +0000 |
---|---|---|
committer | adrianp <adrianp@pkgsrc.org> | 2005-01-22 17:26:22 +0000 |
commit | 08c1e7cf27d1bd983de24a9c4dd930278e56db39 (patch) | |
tree | 3f9d07413f255cf9ee8882b2b04e2e68bf2fcb16 /x11/p5-gtk/Makefile.subpackage | |
parent | 1bff0aabdb2fcc4694f4b5b0955cd642943b2b9d (diff) | |
download | pkgsrc-08c1e7cf27d1bd983de24a9c4dd930278e56db39.tar.gz |
Move pre-configure target to post-patch. This allows other subpackages
to define their own pre-configure target which is needed.
Diffstat (limited to 'x11/p5-gtk/Makefile.subpackage')
-rw-r--r-- | x11/p5-gtk/Makefile.subpackage | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/p5-gtk/Makefile.subpackage b/x11/p5-gtk/Makefile.subpackage index a01798b03c9..aefc30613f3 100644 --- a/x11/p5-gtk/Makefile.subpackage +++ b/x11/p5-gtk/Makefile.subpackage @@ -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 @@ WRKSRC= ${WRKDIR}/${DISTNAME}/${SUBPACKAGE} .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} |