diff -ruN wordgrinder.orig/Makefile wordgrinder/Makefile --- wordgrinder.orig/Makefile 2013-09-20 19:36:23.000000000 +0300 +++ wordgrinder/Makefile 2013-09-26 15:01:12.000000000 +0300 @@ -5,18 +5,19 @@ PORTVERSION= 0.3.3 CATEGORIES= editors MASTER_SITES= SF +MASTER_SITE_SUBDIR=${PORTNAME}/${PORTNAME} MAINTAINER= vmagerya@gmail.com COMMENT= A simple Unicode-aware console-based word processor +LICENSE= MIT + RUN_DEPENDS= ${LUA_MODLIBDIR}/lfs.so:${PORTSDIR}/devel/luafilesystem USE_LUA= 5.1+ USE_BZIP2= yes -LICENSE= MIT - MAN1= wordgrinder.1 PLIST_DIRS= share/doc/wordgrinder @@ -34,6 +35,8 @@ ${WRKSRC}/pmfile ${REINPLACE_CMD} 's,^LUACOMPILER =.*$$,LUACOMPILER = "${LUAC_CMD}",' \ ${WRKSRC}/tools/lua.pm + ${REINPLACE_CMD} "/CCOMPILER = /s,gcc,cc ," ${WRKSRC}/tools/c.pm + ${REINPLACE_CMD} "/CC=/s,gcc,cc ," ${WRKSRC}/pm do-build: (cd ${WRKSRC}; ./pm)