diff options
author | wiz <wiz> | 2004-12-03 15:14:50 +0000 |
---|---|---|
committer | wiz <wiz> | 2004-12-03 15:14:50 +0000 |
commit | 998b0c7156c398a485c9894ae57403d161b66dca (patch) | |
tree | 8f483a3c4a5e5f1691642df617cb7138d1cf8187 /x11/p5-gtk | |
parent | 589cabc7dea50acb511116250b8e586dcd851c0f (diff) | |
download | pkgsrc-998b0c7156c398a485c9894ae57403d161b66dca.tar.gz |
Rename ALL_TARGET to BUILD_TARGET for consistency with other *_TARGETs.
Suggested by Roland Illig, ok'd by various.
Diffstat (limited to 'x11/p5-gtk')
-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 c7e57d51fcc..a01798b03c9 100644 --- a/x11/p5-gtk/Makefile.subpackage +++ b/x11/p5-gtk/Makefile.subpackage @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.subpackage,v 1.6 2004/04/25 02:21:06 xtraeme Exp $ +# $NetBSD: Makefile.subpackage,v 1.7 2004/12/03 15:15:12 wiz Exp $ # # makefile fragment for p5-gtk sub-packages. you need to # set SUBPACKAGE before including this. @@ -17,7 +17,7 @@ WRKSRC= ${WRKDIR}/${DISTNAME}/${SUBPACKAGE} pre-configure: cd ${GTKDIR} && ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL cd ${GTKDIR} && ${SETENV} ${MAKE_ENV} \ - ${MAKE_PROGRAM} -f ${MAKEFILE} ${ALL_TARGET} + ${MAKE_PROGRAM} -f ${MAKEFILE} ${BUILD_TARGET} .include "../../lang/perl5/module.mk" .include "../../x11/gtk/buildlink3.mk" |