svn commit: r324773 - head/devel/qmake4
Raphael Kubo da Costa
rakuco at FreeBSD.org
Thu Aug 15 15:39:06 UTC 2013
Author: rakuco
Date: Thu Aug 15 15:39:05 2013
New Revision: 324773
URL: http://svnweb.freebsd.org/changeset/ports/324773
Log:
... And do not install .orig files (after r324772).
Modified:
head/devel/qmake4/Makefile
Modified: head/devel/qmake4/Makefile
==============================================================================
--- head/devel/qmake4/Makefile Thu Aug 15 15:07:11 2013 (r324772)
+++ head/devel/qmake4/Makefile Thu Aug 15 15:39:05 2013 (r324773)
@@ -48,6 +48,7 @@ post-patch:
@${REINPLACE_CMD} -e 's|@QMAKE_QTOBJS@||g' ${WRKSRC}/Makefile.unix
# FIXME: This is ugly
+ @${RM} ${WRKSRC}/../mkspecs/features/unix/*.orig
@${RM} ${WRKSRC}/../mkspecs/freebsd-g++/*.orig
@${RM} ${WRKSRC}/../mkspecs/freebsd-g++46/*.orig
More information about the svn-ports-head
mailing list