diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2007-10-04 01:02:44 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2007-10-04 01:02:44 +0000 |
commit | f7c0630cd25902e9d0299337f0075f1969f3c15c (patch) | |
tree | a943d8b41968bc02a35c01063aaf35f112a2ce09 /games/timeseal | |
parent | 3e2fd4b788942461b3fbd53d7edac9a1abc3488e (diff) |
Remove always-false/true conditions based on OSVERSION 500000
Notes
Notes:
svn path=/head/; revision=200772
Diffstat (limited to 'games/timeseal')
-rw-r--r-- | games/timeseal/Makefile | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/games/timeseal/Makefile b/games/timeseal/Makefile index 9b9038509f8b..c022c4334d89 100644 --- a/games/timeseal/Makefile +++ b/games/timeseal/Makefile @@ -20,12 +20,7 @@ ONLY_FOR_ARCHS= i386 amd64 NO_BUILD= yes STRIP= # strip(1) does not support a.out binaries PLIST_FILES= bin/timeseal - -.include <bsd.port.pre.mk> - -.if ${OSVERSION} >= 500000 PKGMESSAGE= pkg-message.aout -.endif do-install: ${INSTALL_PROGRAM} ${_DISTDIR}/${_DISTFILES} ${PREFIX}/bin/timeseal @@ -35,4 +30,4 @@ post-install: @${CAT} ${PKGMESSAGE} .endif -.include <bsd.port.post.mk> +.include <bsd.port.mk> |