diff options
author | edwin <edwin@FreeBSD.org> | 2007-10-04 08:24:54 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2007-10-04 08:24:54 +0800 |
commit | ab5645fbd297bdc50871bb1ce38ca93beddae3c4 (patch) | |
tree | d16df9a69a4fb5843308ff8d6a3da8b903cb2d79 /comms/qsstv | |
parent | ee30f9ec2012ee5203ce83ed81f789c62a2279f2 (diff) | |
download | freebsd-ports-gnome-ab5645fbd297bdc50871bb1ce38ca93beddae3c4.tar.gz freebsd-ports-gnome-ab5645fbd297bdc50871bb1ce38ca93beddae3c4.tar.zst freebsd-ports-gnome-ab5645fbd297bdc50871bb1ce38ca93beddae3c4.zip |
Remove always-false/true conditions based on OSVERSION 500000
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> |