diff options
author | Thierry Thomas <thierry@FreeBSD.org> | 2006-04-06 19:13:56 +0000 |
---|---|---|
committer | Thierry Thomas <thierry@FreeBSD.org> | 2006-04-06 19:13:56 +0000 |
commit | 39267d0e8edc7f928bbf29ce6279de448b982958 (patch) | |
tree | d61404a5cfe5263515da08f0533e6116fea4170f /editors/mined/Makefile | |
parent | 17a13f66c2e8d84262d2cd9e68cf693c3eb0af80 (diff) |
Notes
Diffstat (limited to 'editors/mined/Makefile')
-rw-r--r-- | editors/mined/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/editors/mined/Makefile b/editors/mined/Makefile index 4f534b918292..37bfb3c92a8a 100644 --- a/editors/mined/Makefile +++ b/editors/mined/Makefile @@ -6,8 +6,7 @@ # PORTNAME= mined -PORTVERSION= 2000.12 -PORTREVISION= 1 +PORTVERSION= 2000.12.2 CATEGORIES= editors MASTER_SITES= http://towo.net/mined/ @@ -29,7 +28,8 @@ REINPLACE_ARGS= -i "" MAKE_ARGS= GMAKE=${GMAKE} CC=${CC:T} OPT="${CFLAGS}" INSTALL_TARGET= localinstall -MAN1= mined.1 +NOMANCOMPRESS= yes +MAN1= mined.1 minmacs.1 mpico.1 mstar.1 umined.1 uterm.1 xmined.1 PRFX2FIX= src/makefile.bsd usrshare/conf_user/xinitrc.mined \ src/makefile.curses src/mined1.c man/mined.1 \ |