diff options
author | rillig <rillig@pkgsrc.org> | 2006-10-22 21:26:04 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2006-10-22 21:26:04 +0000 |
commit | 52590439563f95f62fc3ca00b3b1a6100858169e (patch) | |
tree | 9c54c3737c658a23221ea57647518a10b5edd7d0 | |
parent | d9638012a79d65fb85ef1e8fe389fa016cdecd3c (diff) | |
download | pkgsrc-52590439563f95f62fc3ca00b3b1a6100858169e.tar.gz |
Fixed file ownership.
-rw-r--r-- | graphics/ov519view/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/ov519view/Makefile b/graphics/ov519view/Makefile index 1444d7b7989..40d0959a07b 100644 --- a/graphics/ov519view/Makefile +++ b/graphics/ov519view/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2006/09/09 02:42:01 obache Exp $ +# $NetBSD: Makefile,v 1.9 2006/10/22 21:26:04 rillig Exp $ # DISTNAME= ov51x-1.65-1.11-mark @@ -16,6 +16,7 @@ MAINTAINER= hamajima@NetBSD.org HOMEPAGE= http://www.medias.ne.jp/~takam/bsd/NetBSD.html#ov519 COMMENT= USB cameras based OV519 Utility Programs +MAKE_ENV+= ${BSD_MAKE_ENV} do-build: for f in ov519shot ov519view ; do \ |