summaryrefslogtreecommitdiff
path: root/x11/p5-gtk
diff options
context:
space:
mode:
authorobache <obache>2006-09-09 02:41:53 +0000
committerobache <obache>2006-09-09 02:41:53 +0000
commite1e386e3173dd4f36970c21d5a0ea223adc78eae (patch)
tree5a4cdd19b2797d53e5ff29d89f921d882e82acda /x11/p5-gtk
parente37a9c953f543fcbbd071377f304200ac57df715 (diff)
downloadpkgsrc-e1e386e3173dd4f36970c21d5a0ea223adc78eae.tar.gz
Rename variable MAKEFILE to MAKE_FILE.
Diffstat (limited to 'x11/p5-gtk')
-rw-r--r--x11/p5-gtk/Makefile.subpackage4
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/p5-gtk/Makefile.subpackage b/x11/p5-gtk/Makefile.subpackage
index 32c7fa5bd2a..aa1bfcb0e8b 100644
--- a/x11/p5-gtk/Makefile.subpackage
+++ b/x11/p5-gtk/Makefile.subpackage
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.subpackage,v 1.11 2006/07/25 16:01:00 jlam Exp $
+# $NetBSD: Makefile.subpackage,v 1.12 2006/09/09 02:46:09 obache Exp $
#
# makefile fragment for p5-gtk sub-packages. you need to
# set SUBPACKAGE before including this.
@@ -23,7 +23,7 @@ pre-configure: gtk-configure
gtk-configure:
cd ${GTKDIR} && ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL
cd ${GTKDIR} && ${SETENV} ${MAKE_ENV} \
- ${MAKE_PROGRAM} -f ${MAKEFILE} ${BUILD_TARGET}
+ ${MAKE_PROGRAM} -f ${MAKE_FILE} ${BUILD_TARGET}
.include "../../lang/perl5/module.mk"
.include "../../x11/gtk/buildlink3.mk"