diff options
author | thierry <thierry@FreeBSD.org> | 2006-04-02 03:55:53 +0800 |
---|---|---|
committer | thierry <thierry@FreeBSD.org> | 2006-04-02 03:55:53 +0800 |
commit | a5f1b7c88caa5bc9bfaa8b05ea777df6a4ea99d7 (patch) | |
tree | 009f239c9aaf5ad7a64d164bc6093fa65b0715ad /editors | |
parent | c8a59cd4501793a46c5bbd6aaf0a2ebbd6598555 (diff) | |
download | freebsd-ports-gnome-a5f1b7c88caa5bc9bfaa8b05ea777df6a4ea99d7.tar.gz freebsd-ports-gnome-a5f1b7c88caa5bc9bfaa8b05ea777df6a4ea99d7.tar.zst freebsd-ports-gnome-a5f1b7c88caa5bc9bfaa8b05ea777df6a4ea99d7.zip |
Chase a silent update and make fetchable again.
This is a quite important update, with many changes. Full diff available
at:
<http://people.freebsd.org/~thierry/ports/mined-2000.12.060329_060401.diff>
Reported by: dosirak via Kris
Diffstat (limited to 'editors')
-rw-r--r-- | editors/mined/Makefile | 6 | ||||
-rw-r--r-- | editors/mined/distinfo | 6 |
2 files changed, 8 insertions, 4 deletions
diff --git a/editors/mined/Makefile b/editors/mined/Makefile index 01679927a453..cc63fdf90a7f 100644 --- a/editors/mined/Makefile +++ b/editors/mined/Makefile @@ -7,13 +7,14 @@ PORTNAME= mined PORTVERSION= 2000.12 +PORTREVISION= 1 CATEGORIES= editors MASTER_SITES= http://towo.net/mined/ MAINTAINER= thierry@FreeBSD.org COMMENT= Text mode editor with Unicode support -MAKEFILE= makefile +BUILD_DEPENDS= bash:${PORTSDIR}/shells/bash .if defined(NOPORTDOCS) ALL_TARGET= mined manual @@ -22,6 +23,8 @@ PORTDOCS= * .endif USE_GMAKE= yes +MAKEFILE= makefile +MAKE_SHELL= ${LOCALBASE}/bin/bash # To avoid "shift: can't shift that many" REINPLACE_ARGS= -i "" MAKE_ARGS= GMAKE=${GMAKE} CC=${CC:T} OPT="${CFLAGS}" INSTALL_TARGET= localinstall @@ -36,6 +39,7 @@ pre-configure: .for FILE in ${PRFX2FIX} @${REINPLACE_CMD} -e 's|/usr/local|${PREFIX}|' ${WRKSRC}/${FILE} .endfor + ${REINPLACE_CMD} -e 's|#! ${SH}|#! ${MAKE_SHELL}|' ${WRKSRC}/makemined pre-build: ${MV} ${WRKSRC}/src/mkinclud.cc ${WRKSRC}/src/mkinclud.cc.bak diff --git a/editors/mined/distinfo b/editors/mined/distinfo index bac283b0233e..7fad27753e11 100644 --- a/editors/mined/distinfo +++ b/editors/mined/distinfo @@ -1,3 +1,3 @@ -MD5 (mined-2000.12.tar.gz) = 2a39f04e7028ed841568df6dfa3d9f23 -SHA256 (mined-2000.12.tar.gz) = 44bb98263cde909b6196c64d89680d8971e81656c37745f1703cad9402b4d265 -SIZE (mined-2000.12.tar.gz) = 3324734 +MD5 (mined-2000.12.tar.gz) = aaaaced94d4192aa5dbc4b29ba7f3ae9 +SHA256 (mined-2000.12.tar.gz) = 69e46388d686d00b6ddaf79a270b2cb4621b4a1faab6d795f55e02200b34c32a +SIZE (mined-2000.12.tar.gz) = 3325984 |