diff options
author | rillig <rillig> | 2007-01-08 03:23:59 +0000 |
---|---|---|
committer | rillig <rillig> | 2007-01-08 03:23:59 +0000 |
commit | f0fc4ad30d0e30498054d445d39d76648006d4cb (patch) | |
tree | 56bfa35fbbafc398520754cdd6b7a5c85ae46c98 /graphics/cambevao | |
parent | 161e560ba9460fea8f271d227e966abb666b8a18 (diff) | |
download | pkgsrc-f0fc4ad30d0e30498054d445d39d76648006d4cb.tar.gz |
Fixed the broken INSTALL definition.
Diffstat (limited to 'graphics/cambevao')
-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-*-* |