diff options
author | Frederic Culot <culot@FreeBSD.org> | 2011-12-19 08:15:53 +0000 |
---|---|---|
committer | Frederic Culot <culot@FreeBSD.org> | 2011-12-19 08:15:53 +0000 |
commit | 6859960d2373721a09dd98f61c53b53c92ff22af (patch) | |
tree | 21a6ac504c8a1ae057c3d68a335aa60ef5d612ca /editors | |
parent | 449e0af321ecd288ba5b550f6664282e2a92f3ef (diff) |
Notes
Diffstat (limited to 'editors')
-rw-r--r-- | editors/mg/Makefile | 6 | ||||
-rw-r--r-- | editors/mg/distinfo | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/editors/mg/Makefile b/editors/mg/Makefile index 0cc6febab206..23e64d4d4215 100644 --- a/editors/mg/Makefile +++ b/editors/mg/Makefile @@ -6,7 +6,7 @@ # PORTNAME= mg -PORTVERSION= 20090107 +PORTVERSION= 20110905 CATEGORIES= editors MASTER_SITES= ftp://ftp.SpringDaemons.com/soft/ \ http://homepage.boetes.org/software/mg/ @@ -19,6 +19,10 @@ MANCOMPRESSED= no HAS_CONFIGURE= yes +pre-configure: + @${REINPLACE_CMD} -e 's|-Wno-error=unused-but-set-variable||g' \ + ${WRKSRC}/Makefile.in + do-install: ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${MANPREFIX}/man/man1 diff --git a/editors/mg/distinfo b/editors/mg/distinfo index 657714e675e5..901e398419ca 100644 --- a/editors/mg/distinfo +++ b/editors/mg/distinfo @@ -1,2 +1,2 @@ -SHA256 (mg-20090107.tar.gz) = a1702268b2607dacfcc22c5ffd80845113dff5f82b794139c801d875f87ff048 -SIZE (mg-20090107.tar.gz) = 136530 +SHA256 (mg-20110905.tar.gz) = 1cd37d7e6a3eecc890a5718c38b8f38495057ba93856762a756ccee2f9618229 +SIZE (mg-20110905.tar.gz) = 138805 |