diff options
Diffstat (limited to 'lang/hla/Makefile')
-rw-r--r-- | lang/hla/Makefile | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/lang/hla/Makefile b/lang/hla/Makefile index d99534352465..7340a026fa3a 100644 --- a/lang/hla/Makefile +++ b/lang/hla/Makefile @@ -39,11 +39,6 @@ post-extract: ${MKDIR} ${WRKDIR}/stdlib && \ ${TAR} -zxf ${_DISTDIR}/bsd.${PORTNAME}.tar.gz -C ${WRKDIR}/stdlib ${CP} ${_DISTDIR}/lex.yy.c ${WRKSRC} -.if ${OPSYS} == FreeBSD && ${OSVERSION} < 1100077 -# chmod -R bug. -# Do not use "-exec ... +", because of the same bug, it will not work. - @${FIND} ${WRKDIR} -type d -exec ${CHMOD} 755 {} \; -.endif post-extract-TEST-on: ${CP} ${_DISTDIR}/hello.hla ${WRKSRC} |