Do some post-extract chmods so make clean doesn't fail.

This commit is contained in:
dholland 2011-12-08 01:38:51 +00:00
parent 1cb6469c00
commit 3322b292ba

View file

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.16 2008/06/20 01:09:40 joerg Exp $
# $NetBSD: Makefile,v 1.17 2011/12/08 01:38:51 dholland Exp $
#
DISTNAME= NovaWM-0.8_alpha
@ -17,5 +17,10 @@ GNU_CONFIGURE= YES
USE_LANGUAGES= c c++
USE_TOOLS+= gmake
post-extract:
chmod u+w ${WRKSRC}/.xvpics
chmod u+w ${WRKSRC}/novawm_dmgr/xpm/.xvpics
chmod u+w ${WRKSRC}/src/xpm/.xvpics
.include "../../x11/libXpm/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"