diff options
-rw-r--r-- | graphics/cambevao/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/cambevao/Makefile b/graphics/cambevao/Makefile index f30240e8282..626591c6781 100644 --- a/graphics/cambevao/Makefile +++ b/graphics/cambevao/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2006/04/20 16:05:44 joerg Exp $ +# $NetBSD: Makefile,v 1.12 2007/01/08 03:23:59 rillig Exp $ # DISTNAME= cambevao-2.2 @@ -11,6 +11,7 @@ HOMEPAGE= http://core.de/~coto/projects/cambevao/ COMMENT= Grabs images as jpg from bktr and ov511+ based USB webcams MAKE_ENV+= prefix=${PREFIX:Q} +MAKE_FLAGS+= INSTALL=${INSTALL_PROGRAM:Q} RCD_SCRIPTS= cambevao ONLY_FOR_PLATFORM= NetBSD-*-* FreeBSD-*-* DragonFly-*-* |