Changeset 81697
- Timestamp:
- 08/04/11 07:25:22 (4 years ago)
- File:
-
- 1 edited
-
trunk/dports/mail/imap-uw/Portfile (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/dports/mail/imap-uw/Portfile
r73666 r81697 88 88 destroot { 89 89 # Warn user if not running as root 90 if { $env(USER) != "root"} {90 if {[geteuid] != 0} { 91 91 ui_msg "-----------------------------------------------------------" 92 92 ui_msg "Note that you are not running as root, so files installed" … … 103 103 xinstall -m 0755 ${worksrcpath}/dmail/dmail ${destroot}${prefix}/bin 104 104 xinstall -m 0755 ${worksrcpath}/mtest/mtest ${destroot}${prefix}/bin/mboxtest 105 if { $env(USER) == "root"} {105 if {[geteuid] == 0} { 106 106 xinstall -g mail -m 2711 ${worksrcpath}/mlock/mlock ${destroot}${prefix}/libexec 107 107 } else {
Note: See TracChangeset
for help on using the changeset viewer.

