Thu Sep 25 10:34:45 2014 UTC ()
Fix directory permissions manually rather than relying on find(1)
which may not be able to traverse if building as non-root.


(jperkin)
diff -r1.60 -r1.61 pkgsrc/graphics/xart/Makefile

cvs diff -r1.60 -r1.61 pkgsrc/graphics/xart/Makefile (expand / switch to context diff)
--- pkgsrc/graphics/xart/Makefile 2013/02/16 11:22:34 1.60
+++ pkgsrc/graphics/xart/Makefile 2014/09/25 10:34:45 1.61
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.60 2013/02/16 11:22:34 wiz Exp $
+# $NetBSD: Makefile,v 1.61 2014/09/25 10:34:45 jperkin Exp $
 #
 
 DISTNAME=	xart19980415
@@ -19,7 +19,7 @@
 USE_IMAKE=	YES
 
 post-extract:
-	${FIND} ${WRKSRC} -type d -exec ${CHMOD} 755 {} \;
+	${CHMOD} 755 ${WRKSRC} ${WRKSRC}/{Doc,bitmaps,rw}
 	${FIND} ${WRKSRC} -type f -exec ${CHMOD} 644 {} \;
 
 .include "../../mk/jpeg.buildlink3.mk"