diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2007-10-04 00:24:54 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2007-10-04 00:24:54 +0000 |
commit | e74f1f2ba2a728af887a83b377b13746054b76e5 (patch) | |
tree | 9e8d0df9fa6e67d5a64401e5b706db886bfc98aa /comms/qsstv | |
parent | 9f89962a6d493602e7eca1e2fdbf365561f1e99f (diff) | |
download | ports-e74f1f2ba2a728af887a83b377b13746054b76e5.tar.gz ports-e74f1f2ba2a728af887a83b377b13746054b76e5.zip |
Remove always-false/true conditions based on OSVERSION 500000
Notes
Notes:
svn path=/head/; revision=200769
Diffstat (limited to 'comms/qsstv')
-rw-r--r-- | comms/qsstv/Makefile | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/comms/qsstv/Makefile b/comms/qsstv/Makefile index 84f4608f02fb..bf918ff16129 100644 --- a/comms/qsstv/Makefile +++ b/comms/qsstv/Makefile @@ -26,13 +26,6 @@ MAKE_ARGS+= QTDIR=${QT_PREFIX} \ QMAKESPEC=${LOCALBASE}/share/qt/mkspecs/freebsd-g++ \ DESTDIR="" TARGET="qsstv" DOCSDIR="${DOCSDIR}" -.include <bsd.port.pre.mk> - -post-patch: -.if ${OSVERSION} < 500000 - @${FIND} ${WRKSRC} -name '*.cpp' | ${XARGS} ${REINPLACE_CMD} -e 's|)round(|)rint(|g ; s|) round(|)rint(|g ; s|(round)|(rint)|' -.endif - do-configure: cd ${WRKSRC}; \ ${SETENV} ${CONFIGURE_ENV} ${LOCALBASE}/bin/qmake -spec ${LOCALBASE}/share/qt/mkspecs/freebsd-g++ ${PORTNAME}.pro; \ @@ -45,4 +38,4 @@ do-install: ${INSTALL_DATA} ${WRKSRC}/doc/*.html ${DOCSDIR} .endif -.include <bsd.port.post.mk> +.include <bsd.port.mk> |