aboutsummaryrefslogtreecommitdiff
path: root/x11-toolkits/py-wxPython28
diff options
context:
space:
mode:
authorStefan Walter <stefan@FreeBSD.org>2006-05-18 19:28:35 +0000
committerStefan Walter <stefan@FreeBSD.org>2006-05-18 19:28:35 +0000
commitfc14cc324c22d4eeeadb02902d622bf44a1cc487 (patch)
treeb5a7e7cead7f51077cbdeb5e6e8018640257b75d /x11-toolkits/py-wxPython28
parent141c95989ef1a2bfa2a00416d150130004f16ee4 (diff)
downloadports-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-plist2
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