diff options
Diffstat (limited to 'sysutils/sge62')
-rw-r--r-- | sysutils/sge62/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sysutils/sge62/Makefile b/sysutils/sge62/Makefile index 2c80fac4a759..420ba0e4b246 100644 --- a/sysutils/sge62/Makefile +++ b/sysutils/sge62/Makefile @@ -136,6 +136,7 @@ post-patch: ${WRKSRC}/3rdparty/qmake/FREEBSD_*/glob/Makefile \ ${WRKSRC}/3rdparty/qtcsh/FREEBSD_*/Makefile @${RM} ${WRKSRC}/dist/util/arch_variables.orig + @${RM} ${WRKSRC}/dist/util/install_modules/inst_common.sh.orig @${FIND} ${WRKSRC} -name Makefile | ${XARGS} \ ${REINPLACE_CMD} "s|-g -O2|${CFLAGS}|" @${SED} -e 's|%%LOCALBASE%%|${LOCALBASE}|g' \ |