From 6bee1b49d36ab4a5479cb0b3b839a2fc4c8ef4cb Mon Sep 17 00:00:00 2001 From: kili Date: Tue, 24 Nov 2009 22:30:45 +0000 Subject: [PATCH] Quick hack: fix permissions of Libraries. Problem noticed by Michele Zaffalon. ok landry@ --- graphics/xfig/Makefile | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/graphics/xfig/Makefile b/graphics/xfig/Makefile index c7ce299a480..26797ca63f7 100644 --- a/graphics/xfig/Makefile +++ b/graphics/xfig/Makefile @@ -1,10 +1,10 @@ -# $OpenBSD: Makefile,v 1.40 2009/08/10 06:31:45 kili Exp $ +# $OpenBSD: Makefile,v 1.41 2009/11/24 22:30:45 kili Exp $ COMMENT= CAD drawing program for X11 VERSION= 3.2.5b DISTNAME= xfig.${VERSION}.full -PKGNAME= xfig-${VERSION}p0 +PKGNAME= xfig-${VERSION}p1 CATEGORIES= graphics x11 HOMEPAGE= http://www.xfig.org/ @@ -41,4 +41,8 @@ NO_REGRESS= Yes USE_X11= Yes +post-extract: + chmod -R a+rX ${WRKSRC}/Libraries + find ${WRKSRC}/Libraries -type f -exec chmod -x \{\} \; + .include