diff options
author | brooks <brooks@FreeBSD.org> | 2005-07-31 01:39:23 +0800 |
---|---|---|
committer | brooks <brooks@FreeBSD.org> | 2005-07-31 01:39:23 +0800 |
commit | a00f50a9945fb46460a023fc391325c0c3f02b82 (patch) | |
tree | 87416b22d9230027eda87bb998ca49fddceb894b /sysutils/sge62 | |
parent | 76a77569f63cdbd309673213d8be2acf700ac650 (diff) | |
download | freebsd-ports-gnome-a00f50a9945fb46460a023fc391325c0c3f02b82.tar.gz freebsd-ports-gnome-a00f50a9945fb46460a023fc391325c0c3f02b82.tar.zst freebsd-ports-gnome-a00f50a9945fb46460a023fc391325c0c3f02b82.zip |
Remove a .orig file that results from patching so it isn't installed.
Reported by: pointyhat (vis kris)
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' \ |