On 6/15/07, Sergei Kolobov <[EMAIL PROTECTED]> wrote:
sergei      2007-06-15 18:18:58 UTC

  FreeBSD ports repository

  Modified files:
    sysutils/cfengine    Makefile distinfo
    sysutils/cfengine/files patch-Makefile.in
                            patch-doc_Makefile.in
  Added files:
    sysutils/cfengine/files cfexecd.in cfservd.in
  Log:
  - Update to 2.2.1 [1]
  - Add rc.d scripts for cfexecd(8) and cfservd(8)

  PR:             ports/113167 [1]
  Submitted by:   Jo Rhett <jrhett AT svcolo dot com>

  Revision  Changes    Path
  1.38      +8 -3      ports/sysutils/cfengine/Makefile
  1.13      +3 -3      ports/sysutils/cfengine/distinfo
  1.1       +30 -0     ports/sysutils/cfengine/files/cfexecd.in (new)
  1.1       +30 -0     ports/sysutils/cfengine/files/cfservd.in (new)
  1.2       +12 -5     ports/sysutils/cfengine/files/patch-Makefile.in
  1.3       +30 -16    ports/sysutils/cfengine/files/patch-doc_Makefile.in
_______________________________________________
+CONFIGURE_ARGS=        --with-docs \
+               --docdir=${DOCSDIR} \
+               --infodir=${PREFIX}/info \
+               --mandir=${MANPREFIX}/man

You set docdir to DOCSDIR here, but your patches
change docdir to prefix/share/doc/cfengine, which
is not quite the same thing.

I know many ports don't support non-standard
DOCSDIR, but still what you want to do is probably
change your patches to replace the value with
@docdir@

Thanks!
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to