diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2009-01-05 21:05:49 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2009-01-05 21:05:49 +0000 |
commit | f28d272707d9d301a0ddd999c7b84b81c86e9a0a (patch) | |
tree | 90d1cb3f6a475cff114d10d1718e8a277c726a87 /math/ump | |
parent | 0e158d3730bbc27bae25e16aa56d838a99160593 (diff) | |
download | ports-f28d272707d9d301a0ddd999c7b84b81c86e9a0a.tar.gz ports-f28d272707d9d301a0ddd999c7b84b81c86e9a0a.zip |
Notes
Diffstat (limited to 'math/ump')
-rw-r--r-- | math/ump/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/math/ump/Makefile b/math/ump/Makefile index b15457a2a586..dfba576c3852 100644 --- a/math/ump/Makefile +++ b/math/ump/Makefile @@ -30,12 +30,6 @@ MAKE_ENV+= DATADIR="${DATADIR}" FIND_DIRS= -type d FIND_DATA= -type f -.include <bsd.port.pre.mk> - -.if ${OSVERSION} < 503000 -IGNORE= requires trunc(3) and round(3) -.endif - post-patch: @${REINPLACE_CMD} -e 's|%%PREFIX%%|${PREFIX}|' ${WRKSRC}/src/main.cpp @@ -45,4 +39,4 @@ post-install: ${INSTALL_DATA} ${WRKSRC}/ump.conf ${PREFIX}/etc .endif -.include <bsd.port.post.mk> +.include <bsd.port.mk> |