diff options
Diffstat (limited to 'graphics/fujiplay/Makefile')
-rw-r--r-- | graphics/fujiplay/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/fujiplay/Makefile b/graphics/fujiplay/Makefile index 865717e2f5c..57d03353cc5 100644 --- a/graphics/fujiplay/Makefile +++ b/graphics/fujiplay/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.5 2003/07/17 21:40:37 grant Exp $ +# $NetBSD: Makefile,v 1.6 2004/01/20 12:18:15 agc Exp $ # DISTNAME= fujiplay PKGNAME= fujiplay-1.33 -WRKSRC= ${WRKDIR} CATEGORIES= graphics MASTER_SITES= http://topo.math.u-psud.fr/~bousch/ EXTRACT_SUFX= .tgz @@ -13,6 +12,7 @@ HOMEPAGE= http://topo.math.u-psud.fr/~bousch/fujiplay.html COMMENT= Download pictures from some Fujifilm digital cameras DIST_SUBDIR= fujiplay-1.33 +WRKSRC= ${WRKDIR} do-install: ${INSTALL_PROGRAM} ${WRKSRC}/fujiplay ${PREFIX}/bin |