K 10 svn:author V 5 danfe K 8 svn:date V 27 2013-05-12T08:06:32.227361Z K 7 svn:log V 404 If port is setting PKGNAMEPREFIX=${FOOPKGNAMEPREFIX}, but .include's this file before , options handling gets broken because options will be loaded from OPTIONSFILE which is based on UNIQUENAME and thus PKGNAMEPREFIX, which is empty at that point. Prevent this: ensure that FOOPKGNAMEPREFIX is defined in advance for ports that use it to set their PKGNAMEPREFIX and having OPTIONS. END