diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2015-01-04 17:51:43 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2015-01-04 17:51:43 +0000 |
commit | eff18322b1666b27e3562ca397341ec84da60981 (patch) | |
tree | 49f37b236c14f118ab7141ceff8a994176aaf201 /graphics/p5-GD | |
parent | 19aa38171f725e121deed98970579f40f219f9c9 (diff) |
- Allow build as regular user
Reported by: naddy
Notes
Notes:
svn path=/head/; revision=376260
Diffstat (limited to 'graphics/p5-GD')
-rw-r--r-- | graphics/p5-GD/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/graphics/p5-GD/Makefile b/graphics/p5-GD/Makefile index cb7f4e847265..39f4b48cbe0e 100644 --- a/graphics/p5-GD/Makefile +++ b/graphics/p5-GD/Makefile @@ -23,4 +23,7 @@ CONFIGURE_ENV= options="FT,GIF,JPEG,PNG,XPM" \ USES= perl5 USE_PERL5= configure +post-patch: + @${CHMOD} u+w ${WRKSRC}/bdf_scripts/bdf2gdfont.pl + .include <bsd.port.mk> |