svn commit: r378359 - in head/graphics/xfractint: . files
Dmitry Marakasov
amdmi3 at FreeBSD.org
Tue Feb 3 15:18:35 UTC 2015
Author: amdmi3
Date: Tue Feb 3 15:18:34 2015
New Revision: 378359
URL: https://svnweb.freebsd.org/changeset/ports/378359
QAT: https://qat.redports.org/buildarchive/r378359/
Log:
- Remove always false OSVERSION check
Approved by: portmgr blanket
Deleted:
head/graphics/xfractint/files/extra-unix__fpu087.c
Modified:
head/graphics/xfractint/Makefile
Modified: head/graphics/xfractint/Makefile
==============================================================================
--- head/graphics/xfractint/Makefile Tue Feb 3 15:09:56 2015 (r378358)
+++ head/graphics/xfractint/Makefile Tue Feb 3 15:18:34 2015 (r378359)
@@ -18,12 +18,6 @@ ALL_TARGET= ${PORTNAME}
DESKTOP_ENTRIES+="Xfracint" "${COMMENT}" "" "${PORTNAME}" "" "false"
-.include <bsd.port.pre.mk>
-
-.if ${OSVERSION} < 800000
-EXTRA_PATCHES+= ${FILESDIR}/extra-unix__fpu087.c
-.endif
-
do-install:
@${INSTALL_PROGRAM} ${WRKSRC}/xfractint ${STAGEDIR}${PREFIX}/bin/${PORTNAME}
@${INSTALL_MAN} ${WRKSRC}/unix/xfractint.man ${STAGEDIR}${PREFIX}/man/man1/${MAN1}
@@ -34,4 +28,4 @@ do-install:
@cd ${WRKSRC} && ${COPYTREE_SHARE} ${dir} ${STAGEDIR}${DATADIR}
.endfor
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>
More information about the svn-ports-head
mailing list