diff options
author | mi <mi@FreeBSD.org> | 2004-11-20 05:36:45 +0800 |
---|---|---|
committer | mi <mi@FreeBSD.org> | 2004-11-20 05:36:45 +0800 |
commit | 3b6dd67949c29b4d639745b6c39876350ba88e6e (patch) | |
tree | 4ecf503f391604c569a59a154f0501dcf275c9ae /www/tclhttpd/scripts | |
parent | a4ee6e94de9d28bccc8d12eeef0d122a4cb947d0 (diff) | |
download | freebsd-ports-gnome-3b6dd67949c29b4d639745b6c39876350ba88e6e.tar.gz freebsd-ports-gnome-3b6dd67949c29b4d639745b6c39876350ba88e6e.tar.zst freebsd-ports-gnome-3b6dd67949c29b4d639745b6c39876350ba88e6e.zip |
Upgrade devel/tcllib from 1.6 to 1.7 and www/tclhttpd from 3.4.2 to 3.5.1.
Update dependency lines in amsn and tclxml.
Diffstat (limited to 'www/tclhttpd/scripts')
-rw-r--r-- | www/tclhttpd/scripts/post-patch | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/www/tclhttpd/scripts/post-patch b/www/tclhttpd/scripts/post-patch index 26de6121b1fd..0ac49a5f89ca 100644 --- a/www/tclhttpd/scripts/post-patch +++ b/www/tclhttpd/scripts/post-patch @@ -1,10 +1,6 @@ if [ ${LOCALBASE} != /usr/local ] ; then - for f in `find ${WRKSRC} -type f | xargs grep -l /usr/local` - do - cp -p $f $f.ul && \ - sed "s%/usr/local%${LOCALBASE}%g" < $f.ul > $f \ - && rm -f $f.ul - done + find ${WRKSRC} -type f | xargs grep -l /usr/local |\ + xargs sed -i "" -e s%/usr/local%${LOCALBASE}%g fi for f in `find ${WRKSRC} -type f | \ xargs grep -l '^exec tclsh.* '` |