diff options
Diffstat (limited to 'graphics/qcamview/Makefile')
-rw-r--r-- | graphics/qcamview/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/graphics/qcamview/Makefile b/graphics/qcamview/Makefile index b890757f9f8..9e5c5dcf7c5 100644 --- a/graphics/qcamview/Makefile +++ b/graphics/qcamview/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2006/05/27 02:44:12 hamajima Exp $ +# $NetBSD: Makefile,v 1.11 2006/09/09 02:42:01 obache Exp $ # DISTNAME= qce-ga-0.40d @@ -20,13 +20,13 @@ do-build: for f in qcamshot qcamview ; do \ cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} \ NOGCCERROR= \ - ${MAKE_PROGRAM} -f ${MAKEFILE}.$$f ; \ + ${MAKE_PROGRAM} -f ${MAKE_FILE}.$$f ; \ done do-install: for f in qcamshot qcamview ; do \ cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} \ - ${MAKE_PROGRAM} -f ${MAKEFILE}.$$f install ; \ + ${MAKE_PROGRAM} -f ${MAKE_FILE}.$$f install ; \ done .include "../../graphics/imlib/buildlink3.mk" |