aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils
diff options
context:
space:
mode:
authorale <ale@FreeBSD.org>2006-06-11 16:56:14 +0800
committerale <ale@FreeBSD.org>2006-06-11 16:56:14 +0800
commite3cbbc0d487e1533238a564feda61e5e4db0f40e (patch)
tree9aa0be4ab3f1e822364909d84fc74e75f92ccaab /sysutils
parentf07bcc737dfbd06956451c526cb87b5c9efb6b1b (diff)
downloadfreebsd-ports-graphics-e3cbbc0d487e1533238a564feda61e5e4db0f40e.tar.gz
freebsd-ports-graphics-e3cbbc0d487e1533238a564feda61e5e4db0f40e.tar.zst
freebsd-ports-graphics-e3cbbc0d487e1533238a564feda61e5e4db0f40e.zip
Correct sed syntax.
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/portconf/pkg-deinstall4
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/portconf/pkg-deinstall b/sysutils/portconf/pkg-deinstall
index 5646b09dab7..1f90cf2c820 100644
--- a/sysutils/portconf/pkg-deinstall
+++ b/sysutils/portconf/pkg-deinstall
@@ -5,8 +5,8 @@ MAKE_CONF=/etc/make.conf
if [ "$2" = "POST-DEINSTALL" ]; then
echo -n "Cleaning up ${MAKE_CONF}..."
if [ -f ${MAKE_CONF} ]; then
- sed -i"" -e "/# Begin portconf settings/,/# End portconf settings/d" \
- ${MAKE_CONF}
+ sed -e "/# Begin portconf settings/,/# End portconf settings/d" \
+ -i "" ${MAKE_CONF}
if [ ! -s ${MAKE_CONF} ]; then
rm ${MAKE_CONF}
fi
r2003-03-011-1/+0 * The release notes say:trevor2002-10-151-0/+3 * I remove the linux-netscape6 ports from ports/french, ports/german,trevor2002-10-144-36/+45 * Remove some unused code.trevor2002-05-231-8/+2 * Update to 6.2.3. Belatedly, I confirmed that 6.2.2 supportstrevor2002-05-172-13/+14 * Update Japanese, German, and French Netscape ports to version 6.2.2trevor2002-04-142-15/+14 * Update English Netscape to 6.2.2, with unknown changes. The French,trevor2002-03-281-0/+2 * Add new port of Netscape 6 (Linux binary) with Japanese localization.trevor2002-03-04