diff options
author | Brooks Davis <brooks@FreeBSD.org> | 2005-07-30 17:39:23 +0000 |
---|---|---|
committer | Brooks Davis <brooks@FreeBSD.org> | 2005-07-30 17:39:23 +0000 |
commit | a5ac9de8fcf4423f4ded858e49bd56c5e209bc85 (patch) | |
tree | 7ea009c5141c2ea2d14c1ce23e6a6766b6457726 /sysutils/sge61 | |
parent | c922014e07b435c15b97828af8f7978148ae7220 (diff) | |
download | ports-a5ac9de8fcf4423f4ded858e49bd56c5e209bc85.tar.gz ports-a5ac9de8fcf4423f4ded858e49bd56c5e209bc85.zip |
Remove a .orig file that results from patching so it isn't installed.
Reported by: pointyhat (vis kris)
Notes
Notes:
svn path=/head/; revision=140483
Diffstat (limited to 'sysutils/sge61')
-rw-r--r-- | sysutils/sge61/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sysutils/sge61/Makefile b/sysutils/sge61/Makefile index 2c80fac4a759..420ba0e4b246 100644 --- a/sysutils/sge61/Makefile +++ b/sysutils/sge61/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' \ |