mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
- Update to version 2.10.2. (openmaintainer) - Update patchfile line numbers. (hunk warnings) git-svn-id: https://svn.macports.org/repository/macports/trunk/dports@110777 d073be05-634f-4543-b044-5fe20cf6d1d6
31 lines
721 B
Plaintext
31 lines
721 B
Plaintext
--- postfix-install 2013-09-05 12:24:11.000000000 -0700
|
|
+++ postfix-install.new 2013-09-05 12:22:40.000000000 -0700
|
|
@@ -625,24 +625,17 @@
|
|
[hl]) eval source=$owner;;
|
|
esac
|
|
|
|
- # If installing from source code, apply special permissions or ownership.
|
|
- # If building a package, don't apply special permissions or ownership.
|
|
+ # We want ownership changed even if we install in a different root.
|
|
+ # (macports)
|
|
|
|
- case $install_root in
|
|
- "") case $owner in
|
|
+ case $owner in
|
|
[$]*) eval owner=$owner;;
|
|
root) owner=;;
|
|
esac
|
|
case $group in
|
|
[$]*) eval group=$group;;
|
|
-) group=;;
|
|
- esac;;
|
|
- *) case $mode in
|
|
- [1-7]755) mode=755;;
|
|
esac
|
|
- owner=
|
|
- group=;;
|
|
- esac
|
|
|
|
|
|
case $type in
|