diff options
Diffstat (limited to 'devel/cc65')
-rw-r--r-- | devel/cc65/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/devel/cc65/Makefile b/devel/cc65/Makefile index 4c324d1add01..9900674725a6 100644 --- a/devel/cc65/Makefile +++ b/devel/cc65/Makefile @@ -45,6 +45,10 @@ post-patch: -e "s,^(CC65_DOC[[:space:]]*=).*,\1," ${WRKSRC}/make/gcc.mak .endif +# XXX: gmake>=3.82 hack: beats the hell out of me. Quick fix. +pre-install: + @${MKDIR} -p ${PREFIX}/lib/cc65/tgi + post-install: .if !defined(NOPORTDOCS) ${MKDIR} ${EXAMPLESDIR} |