diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2007-10-03 23:04:44 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2007-10-03 23:04:44 +0000 |
commit | 83f7357c87ae604238f596915905c471a4241942 (patch) | |
tree | 660688730262580a2276d19b9a90eb58f70a3f3f /games/netris | |
parent | 9aaccaed7d0e000844966e72551a5375ac718636 (diff) | |
download | ports-83f7357c87ae604238f596915905c471a4241942.tar.gz ports-83f7357c87ae604238f596915905c471a4241942.zip |
Notes
Diffstat (limited to 'games/netris')
-rw-r--r-- | games/netris/Makefile | 11 |
1 files changed, 2 insertions, 9 deletions
diff --git a/games/netris/Makefile b/games/netris/Makefile index 65fddfe69ef0..16f0eeb2ba14 100644 --- a/games/netris/Makefile +++ b/games/netris/Makefile @@ -20,17 +20,10 @@ COMMENT= A network head to head version of T*tris HAS_CONFIGURE= yes CONFIGURE_SCRIPT= Configure CONFIGURE_ARGS= --cc '${CC}' --copt '${CFLAGS}' -MAN1= netris.1 - -.include <bsd.port.pre.mk> - -.if ${OSVERSION} >= 400014 CONFIGURE_ARGS+= --enable-ipv6 -.else -CONFIGURE_ARGS+= --disable-ipv6 -.endif +MAN1= netris.1 post-install: ${INSTALL_MAN} ${FILESDIR}/netris.1 ${PREFIX}/man/man1 -.include <bsd.port.post.mk> +.include <bsd.port.mk> |