diff options
author | Stefan Walter <stefan@FreeBSD.org> | 2006-05-18 19:28:35 +0000 |
---|---|---|
committer | Stefan Walter <stefan@FreeBSD.org> | 2006-05-18 19:28:35 +0000 |
commit | fc14cc324c22d4eeeadb02902d622bf44a1cc487 (patch) | |
tree | b5a7e7cead7f51077cbdeb5e6e8018640257b75d /x11-toolkits/py-wxPython28 | |
parent | 141c95989ef1a2bfa2a00416d150130004f16ee4 (diff) | |
download | ports-fc14cc324c22d4eeeadb02902d622bf44a1cc487.tar.gz ports-fc14cc324c22d4eeeadb02902d622bf44a1cc487.zip |
Fix the sed(1) call introduced in the last commit by adding an empty string
argument to the '-i' parameter.
Approved by: arved (mentor)
Notes
Notes:
svn path=/head/; revision=162728
Diffstat (limited to 'x11-toolkits/py-wxPython28')
-rw-r--r-- | x11-toolkits/py-wxPython28/pkg-plist | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-toolkits/py-wxPython28/pkg-plist b/x11-toolkits/py-wxPython28/pkg-plist index 49566f8d23f6..bfa9f193d31f 100644 --- a/x11-toolkits/py-wxPython28/pkg-plist +++ b/x11-toolkits/py-wxPython28/pkg-plist @@ -824,4 +824,4 @@ @dirrm %%PYTHON_SITELIBDIR%%/%%WX_PYTHON_DIR%% @exec echo %%WX_PYTHON_DIR%% >> %D/%%PYTHON_SITELIBDIR%%/wx.pth 2>/dev/null || true @exec chmod 0444 %D/%%PYTHON_SITELIBDIR%%/wx.pth 2>/dev/null || true -@unexec sed -i -e /%%WX_PYTHON_DIR%%/d %D/%%PYTHON_SITELIBDIR%%/wx.pth; if [ ! -s %D/%%PYTHON_SITELIBDIR%%/wx.pth ]; then rm %D/%%PYTHON_SITELIBDIR%%/wx.pth; fi +@unexec sed -i '' -e /%%WX_PYTHON_DIR%%/d %D/%%PYTHON_SITELIBDIR%%/wx.pth; if [ ! -s %D/%%PYTHON_SITELIBDIR%%/wx.pth ]; then rm %D/%%PYTHON_SITELIBDIR%%/wx.pth; fi |