summaryrefslogtreecommitdiff
path: root/graphics/fujiplay/Makefile
diff options
context:
space:
mode:
authortv <tv>2005-03-10 14:07:29 +0000
committertv <tv>2005-03-10 14:07:29 +0000
commit063af41dfda1e231a218a39d36a3fdc8949c614a (patch)
tree66c16e90fa2e67e0b31ef9c4e4a52283f5e7d7f0 /graphics/fujiplay/Makefile
parentbacf1017b493f231303ea3cb35471b0248de1fdf (diff)
downloadpkgsrc-063af41dfda1e231a218a39d36a3fdc8949c614a.tar.gz
Remove call to sync(2). It's not providing anything useful here, it's
nonportable, and it's not available on Interix either.
Diffstat (limited to 'graphics/fujiplay/Makefile')
-rw-r--r--graphics/fujiplay/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/graphics/fujiplay/Makefile b/graphics/fujiplay/Makefile
index 6c2f4913fc6..3672da678c2 100644
--- a/graphics/fujiplay/Makefile
+++ b/graphics/fujiplay/Makefile
@@ -1,8 +1,9 @@
-# $NetBSD: Makefile,v 1.8 2005/02/21 20:26:11 hubertf Exp $
+# $NetBSD: Makefile,v 1.9 2005/03/10 14:07:29 tv Exp $
#
DISTNAME= fujiplay
PKGNAME= fujiplay-1.33
+PKGREVISION= 1
CATEGORIES= graphics
MASTER_SITES= http://topo.math.u-psud.fr/~bousch/
EXTRACT_SUFX= .tgz
@@ -14,7 +15,7 @@ COMMENT= Download pictures from some Fujifilm digital cameras
DIST_SUBDIR= fujiplay-1.33
WRKSRC= ${WRKDIR}
-post-patch:
+xpost-patch:
cd ${WRKSRC} ; ${MV} fujiplay.c fujiplay.c.orig2 ; \
${SED} \
-e '791,794s/^/"/g' \