diff options
author | Marius Strobl <marius@FreeBSD.org> | 2008-04-09 20:40:00 +0000 |
---|---|---|
committer | Marius Strobl <marius@FreeBSD.org> | 2008-04-09 20:40:00 +0000 |
commit | b4937943626417f469b7578fe6d5fa67eab4a58f (patch) | |
tree | 70b6f318bbbfe62c7329fab33a376676dab29510 /sysutils/sformat/Makefile | |
parent | 35193364bda02b874ef36e305c8d0e82101235c7 (diff) |
Notes
Diffstat (limited to 'sysutils/sformat/Makefile')
-rw-r--r-- | sysutils/sformat/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sysutils/sformat/Makefile b/sysutils/sformat/Makefile index a8b125c2d1da..6de769d9bf61 100644 --- a/sysutils/sformat/Makefile +++ b/sysutils/sformat/Makefile @@ -45,6 +45,9 @@ post-patch: @${REINPLACE_CMD} -i "" -e 's:%%DATADIR%%:${DATADIR}:g;' \ ${WRKSRC}/sformat/${i} .endfor +.for i in include/schily.h libschily/fexec.c libschily/libschily-mapvers + @${REINPLACE_CMD} -e 's|fexecve|js_fexecve|g' ${WRKSRC}/${i} +.endfor do-install: @${INSTALL_PROGRAM} ${WRKSRC}/sformat/OBJ/${SFMTTARGET}/sformat \ |