diff options
author | swallace <swallace@FreeBSD.org> | 1995-01-02 19:12:36 +0000 |
---|---|---|
committer | swallace <swallace@FreeBSD.org> | 1995-01-02 19:12:36 +0000 |
commit | 19825b1d947184174f48745af0fae0ba1cccfb52 (patch) | |
tree | 89b7e091bd5adf209f5c63f96297d9ccc9db4b2a /games/xmris | |
parent | 91798678edd80696fe83df521d1bad931a3d68ba (diff) | |
download | FreeBSD-ports-19825b1d947184174f48745af0fae0ba1cccfb52.zip FreeBSD-ports-19825b1d947184174f48745af0fae0ba1cccfb52.tar.gz |
Add INSTALL_MANPAGES= yes.
Diffstat (limited to 'games/xmris')
-rw-r--r-- | games/xmris/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/games/xmris/Makefile b/games/xmris/Makefile index cb69853..09b5904 100644 --- a/games/xmris/Makefile +++ b/games/xmris/Makefile @@ -1,6 +1,7 @@ DISTNAME= xmris.4.02 -USE_IMAKE= yes USE_GMAKE= yes +USE_IMAKE= yes +INSTALL_MANPAGES= yes MASTER_SITES= ftp://ftp.x.org/R5contrib/ .include <bsd.port.mk> |