Make everything in WRKSRC world-readable. Unbreaks permissions of the

(installed) fptools.css. Problem found while running pkg_check(8) on
my pkg update test box.
This commit is contained in:
kili 2010-08-21 20:40:53 +00:00
parent 71c85c31e9
commit b222dcd21c

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.15 2010/07/17 13:54:30 kili Exp $
# $OpenBSD: Makefile,v 1.16 2010/08/21 20:40:53 kili Exp $
COMMENT = lexical analyser generator for Haskell
@ -14,6 +14,7 @@ PERMIT_PACKAGE_FTP = Yes
PERMIT_DISTFILES_CDROM = Yes
PERMIT_DISTFILES_FTP = Yes
REVISION = 0
WANTLIB = c gmp m pthread util
MODULES = lang/ghc converters/libiconv
@ -32,6 +33,9 @@ BUILD_DEPENDS += ::textproc/docbook \
LIB_DEPENDS = ::devel/gmp
post-extract:
@chmod -R a+r ${WRKSRC}
post-build:
@cd ${WRKBUILD}/doc && exec ${SETENV} ${MAKE_ENV} ${MAKE_PROGRAM} html