K 10 svn:author V 6 rakuco K 8 svn:date V 27 2014-07-08T09:44:13.684186Z K 7 svn:log V 625 Override do-configure with our own. We install most of interchange's files into ${PREFIX}/interchange. This does not play well with Uses/perl5.mk, since it appends some values to CONFIGURE_ARGS that do not work with a custom prefix (it overrides PREFIX, INSTALLARCHLIB and INSTALLPRIVLIB). Since the right paths are necessary at the configure stage, we have to implement do-configure ourselves with a custom INTERCH_CONFIGURE_ARGS with the values we want. Additionally, set only the required values in INTERCH_CONFIGURE_ARGS and MAKE_ARGS, based on what upstream's RPM spec file does. Submitted by: loader@freebsdmall.com END