diff options
author | pav <pav@FreeBSD.org> | 2009-01-06 05:05:49 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2009-01-06 05:05:49 +0800 |
commit | fb4c1b2e93bf0f4106c6b1895f7dd96af9db0bcb (patch) | |
tree | 1f6b633bd7844aa504f407e530e6892e38d0b9c5 /math/ump | |
parent | 54aa386a510858774daf943c9ab8069883f977c7 (diff) | |
download | freebsd-ports-gnome-fb4c1b2e93bf0f4106c6b1895f7dd96af9db0bcb.tar.gz freebsd-ports-gnome-fb4c1b2e93bf0f4106c6b1895f7dd96af9db0bcb.tar.zst freebsd-ports-gnome-fb4c1b2e93bf0f4106c6b1895f7dd96af9db0bcb.zip |
- Remove conditional checks for FreeBSD 5.x and older
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> |