diff options
author | Thierry Thomas <thierry@FreeBSD.org> | 2009-06-06 20:32:22 +0000 |
---|---|---|
committer | Thierry Thomas <thierry@FreeBSD.org> | 2009-06-06 20:32:22 +0000 |
commit | e8d97647891563e4b042283af16568096dd0003f (patch) | |
tree | 95a61291ae758237ccab1339c06283147ef956ff /editors/mined/Makefile | |
parent | 8478b7907fc80ff9bf4b31fa98eded037799524f (diff) |
Notes
Diffstat (limited to 'editors/mined/Makefile')
-rw-r--r-- | editors/mined/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/editors/mined/Makefile b/editors/mined/Makefile index ff92973f213f..c63fec828bcf 100644 --- a/editors/mined/Makefile +++ b/editors/mined/Makefile @@ -6,7 +6,7 @@ # PORTNAME= mined -PORTVERSION= 2000.15.2 +PORTVERSION= 2000.15.3 CATEGORIES= editors MASTER_SITES= http://towo.net/mined/ @@ -47,9 +47,6 @@ pre-build: (if [ ! -f ${WRKSRC}/src/mkinclud.${CC:T} ] ; then \ ${LN} -sf ${WRKSRC}/src/mkinclud.cc ${WRKSRC}/src/mkinclud.${CC:T} ; \ fi) - @${ECHO_MSG} - @${ECHO_MSG} "Warning: conversion of all keyboard mapping tables may take a long time!" - @${ECHO_MSG} post-install: ${MKDIR} ${DESKTOPDIR} |