| Index: ports/pango/build.sh
|
| diff --git a/ports/pango/build.sh b/ports/pango/build.sh
|
| old mode 100755
|
| new mode 100644
|
| index 56bf86d7d57bb39ddc1e6b50cc4a140f87836d68..5f077003d3acfc512d38474be727b785979fed56
|
| --- a/ports/pango/build.sh
|
| +++ b/ports/pango/build.sh
|
| @@ -3,8 +3,6 @@
|
| # Use of this source code is governed by a BSD-style license that can be
|
| # found in the LICENSE file.
|
|
|
| -source pkg_info
|
| -source ../../build_tools/common.sh
|
|
|
| ConfigureStep() {
|
| Banner "Configuring ${PACKAGE_NAME}"
|
| @@ -32,7 +30,3 @@ ConfigureStep() {
|
| --with-included-modules \
|
| --without-dynamic-modules
|
| }
|
| -
|
| -
|
| -PackageInstall
|
| -exit 0
|
|
|