diff options
author | Mikhail Teterin <mi@FreeBSD.org> | 2014-06-09 23:29:50 +0000 |
---|---|---|
committer | Mikhail Teterin <mi@FreeBSD.org> | 2014-06-09 23:29:50 +0000 |
commit | 5bb7d968c8e97bd4ebd90461dbc9da3d181f1531 (patch) | |
tree | 9de78fffe99910ebae95eb52247a49c29df9fb0a /textproc/wordnet/scripts/configure | |
parent | Update to 7u60. (diff) |
Support staging.
Diffstat (limited to 'textproc/wordnet/scripts/configure')
-rw-r--r-- | textproc/wordnet/scripts/configure | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/wordnet/scripts/configure b/textproc/wordnet/scripts/configure index 297a996aa8a7..adeb59e711c2 100644 --- a/textproc/wordnet/scripts/configure +++ b/textproc/wordnet/scripts/configure @@ -18,7 +18,7 @@ for mf in ${FILESDIR}/*Makefile ; do \ dir=${WRKSRC}/$dir test -f ${dir}Makefile.orig && continue test -f ${dir}Makefile && mv ${dir}Makefile ${dir}Makefile.orig - cp -p $mf ${dir}Makefile + ln -s $mf ${dir}Makefile done patch -d ${WRKSRC}/src -p << EOPATCH |