ports/72894: [PATCH] sysutils/lire: Fixed pod2man syntax issue

Edwin Groothuis edwin at mavetju.org
Tue Oct 19 23:20:15 UTC 2004


The following reply was made to PR ports/72894; it has been noted by GNATS.

From: Edwin Groothuis <edwin at mavetju.org>
To: freebsd-gnats-submit at FreeBSD.org, laszlof at vonostingroup.com
Cc:  
Subject: Re: ports/72894: [PATCH] sysutils/lire: Fixed pod2man syntax issue
Date: Wed, 20 Oct 2004 09:13:05 +1000

 This is a /usr/bin/pod2man vs /usr/local/bin/pod2man issue which
 never was handled properly by use.perl.
 
 This is a better solution (besides rm /usr/bin/pod2man)
 
 --- Makefile    15 Oct 2004 10:32:08 -0000      1.23
 +++ Makefile    19 Oct 2004 23:12:33 -0000
 @@ -40,6 +40,7 @@
  USE_GMAKE=     yes
  GNU_CONFIGURE= yes
  CONFIGURE_ARGS+="--with-docbookdir=${LOCALBASE}/share/xml/docbook/4.2/docbookx.dtd"
 +CONFIGURE_ENV= POD2MAN=${LOCALBASE}/bin/podman
  
  MAN1=          \
                 argomail2dlf.1 \
 
 
 Edwin
 
 -- 
 Edwin Groothuis      |            Personal website: http://www.mavetju.org
 edwin at mavetju.org    |          Weblog: http://weblog.barnet.com.au/edwin/



More information about the freebsd-ports-bugs mailing list