diff options
author | asami <asami@FreeBSD.org> | 1998-11-28 08:20:48 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1998-11-28 08:20:48 +0800 |
commit | 03bdff6d19d1549a2fbf8352604d806c3937f71e (patch) | |
tree | c3a1634f6cc1bfb0aa1959ad4e35904b38618679 | |
parent | e5c6066e2c41b7257f3b884f3b0f62819e0940c7 (diff) | |
download | freebsd-ports-gnome-03bdff6d19d1549a2fbf8352604d806c3937f71e.tar.gz freebsd-ports-gnome-03bdff6d19d1549a2fbf8352604d806c3937f71e.tar.zst freebsd-ports-gnome-03bdff6d19d1549a2fbf8352604d806c3937f71e.zip |
Create ${PREFIX}/bin before cat'ing a file into it.
-rw-r--r-- | lang/tcl80/pkg-install.tclsh | 1 | ||||
-rw-r--r-- | lang/tcl82/pkg-install.tclsh | 1 | ||||
-rw-r--r-- | lang/tcl83/pkg-install.tclsh | 1 | ||||
-rw-r--r-- | lang/tcl84/pkg-install.tclsh | 1 | ||||
-rw-r--r-- | x11-toolkits/tk80/pkg-install.wish | 1 | ||||
-rw-r--r-- | x11-toolkits/tk82/pkg-install.wish | 1 | ||||
-rw-r--r-- | x11-toolkits/tk83/pkg-install.wish | 1 | ||||
-rw-r--r-- | x11-toolkits/tk84/pkg-install.wish | 1 |
8 files changed, 8 insertions, 0 deletions
diff --git a/lang/tcl80/pkg-install.tclsh b/lang/tcl80/pkg-install.tclsh index 244df90dfdba..7133e84d294f 100644 --- a/lang/tcl80/pkg-install.tclsh +++ b/lang/tcl80/pkg-install.tclsh @@ -7,6 +7,7 @@ if [ ! -f ${PKG_PREFIX}/bin/tclsh ] || [ \ then [ -f ${PKG_PREFIX}/bin/tclsh ] && chmod u+w ${PKG_PREFIX}/bin/tclsh + mkdir -p ${PKG_PREFIX}/bin cat > ${PKG_PREFIX}/bin/tclsh <<'EOF' #!/bin/sh # Installed by ports system. id: awieYJFnsuILOnfsYEW**001 diff --git a/lang/tcl82/pkg-install.tclsh b/lang/tcl82/pkg-install.tclsh index 244df90dfdba..7133e84d294f 100644 --- a/lang/tcl82/pkg-install.tclsh +++ b/lang/tcl82/pkg-install.tclsh @@ -7,6 +7,7 @@ if [ ! -f ${PKG_PREFIX}/bin/tclsh ] || [ \ then [ -f ${PKG_PREFIX}/bin/tclsh ] && chmod u+w ${PKG_PREFIX}/bin/tclsh + mkdir -p ${PKG_PREFIX}/bin cat > ${PKG_PREFIX}/bin/tclsh <<'EOF' #!/bin/sh # Installed by ports system. id: awieYJFnsuILOnfsYEW**001 diff --git a/lang/tcl83/pkg-install.tclsh b/lang/tcl83/pkg-install.tclsh index 244df90dfdba..7133e84d294f 100644 --- a/lang/tcl83/pkg-install.tclsh +++ b/lang/tcl83/pkg-install.tclsh @@ -7,6 +7,7 @@ if [ ! -f ${PKG_PREFIX}/bin/tclsh ] || [ \ then [ -f ${PKG_PREFIX}/bin/tclsh ] && chmod u+w ${PKG_PREFIX}/bin/tclsh + mkdir -p ${PKG_PREFIX}/bin cat > ${PKG_PREFIX}/bin/tclsh <<'EOF' #!/bin/sh # Installed by ports system. id: awieYJFnsuILOnfsYEW**001 diff --git a/lang/tcl84/pkg-install.tclsh b/lang/tcl84/pkg-install.tclsh index 244df90dfdba..7133e84d294f 100644 --- a/lang/tcl84/pkg-install.tclsh +++ b/lang/tcl84/pkg-install.tclsh @@ -7,6 +7,7 @@ if [ ! -f ${PKG_PREFIX}/bin/tclsh ] || [ \ then [ -f ${PKG_PREFIX}/bin/tclsh ] && chmod u+w ${PKG_PREFIX}/bin/tclsh + mkdir -p ${PKG_PREFIX}/bin cat > ${PKG_PREFIX}/bin/tclsh <<'EOF' #!/bin/sh # Installed by ports system. id: awieYJFnsuILOnfsYEW**001 diff --git a/x11-toolkits/tk80/pkg-install.wish b/x11-toolkits/tk80/pkg-install.wish index ad18109783f1..645c3a6e1fb2 100644 --- a/x11-toolkits/tk80/pkg-install.wish +++ b/x11-toolkits/tk80/pkg-install.wish @@ -7,6 +7,7 @@ if [ ! -f ${PKG_PREFIX}/bin/wish ] || [ \ then [ -f ${PKG_PREFIX}/bin/wish ] && chmod u+w ${PKG_PREFIX}/bin/wish + mkdir -p ${PKG_PREFIX}/bin cat > ${PKG_PREFIX}/bin/wish <<'EOF' #!/bin/sh # Installed by ports system. id: awieYJFnsuILOnfsYEW**001 diff --git a/x11-toolkits/tk82/pkg-install.wish b/x11-toolkits/tk82/pkg-install.wish index ad18109783f1..645c3a6e1fb2 100644 --- a/x11-toolkits/tk82/pkg-install.wish +++ b/x11-toolkits/tk82/pkg-install.wish @@ -7,6 +7,7 @@ if [ ! -f ${PKG_PREFIX}/bin/wish ] || [ \ then [ -f ${PKG_PREFIX}/bin/wish ] && chmod u+w ${PKG_PREFIX}/bin/wish + mkdir -p ${PKG_PREFIX}/bin cat > ${PKG_PREFIX}/bin/wish <<'EOF' #!/bin/sh # Installed by ports system. id: awieYJFnsuILOnfsYEW**001 diff --git a/x11-toolkits/tk83/pkg-install.wish b/x11-toolkits/tk83/pkg-install.wish index ad18109783f1..645c3a6e1fb2 100644 --- a/x11-toolkits/tk83/pkg-install.wish +++ b/x11-toolkits/tk83/pkg-install.wish @@ -7,6 +7,7 @@ if [ ! -f ${PKG_PREFIX}/bin/wish ] || [ \ then [ -f ${PKG_PREFIX}/bin/wish ] && chmod u+w ${PKG_PREFIX}/bin/wish + mkdir -p ${PKG_PREFIX}/bin cat > ${PKG_PREFIX}/bin/wish <<'EOF' #!/bin/sh # Installed by ports system. id: awieYJFnsuILOnfsYEW**001 diff --git a/x11-toolkits/tk84/pkg-install.wish b/x11-toolkits/tk84/pkg-install.wish index ad18109783f1..645c3a6e1fb2 100644 --- a/x11-toolkits/tk84/pkg-install.wish +++ b/x11-toolkits/tk84/pkg-install.wish @@ -7,6 +7,7 @@ if [ ! -f ${PKG_PREFIX}/bin/wish ] || [ \ then [ -f ${PKG_PREFIX}/bin/wish ] && chmod u+w ${PKG_PREFIX}/bin/wish + mkdir -p ${PKG_PREFIX}/bin cat > ${PKG_PREFIX}/bin/wish <<'EOF' #!/bin/sh # Installed by ports system. id: awieYJFnsuILOnfsYEW**001 |