-----Original Message-----
From: Phil Oertel <philli...@gmail.com>
Date: 2 February 2016 at 17:13:59

> Yes, it has both env_reset and a secure_path. And some comments at the top
> indicating that the file is periodically overwritten by Puppet.

Ah, then we have a definite diagnosis! Good. Then what remains is for you to 
negotiate with the puppet admins. Meanwhile, or if you can’t make them change 
their practice, you can always invoke macports via a shell script looking 
somewhat like this:

#!/bin/sh
PATH="/opt/local/bin:/opt/local/sbin:$PATH”
export PATH
exec port “$@“

– Harald
_______________________________________________
macports-users mailing list
macports-users@lists.macosforge.org
https://lists.macosforge.org/mailman/listinfo/macports-users

Reply via email to