Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 19 Oct 2004 23:20:15 GMT
From:      Edwin Groothuis <edwin@mavetju.org>
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   Re: ports/72894: [PATCH] sysutils/lire: Fixed pod2man syntax issue
Message-ID:  <200410192320.i9JNKFVZ029294@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/72894; it has been noted by GNATS.

From: Edwin Groothuis <edwin@mavetju.org>
To: freebsd-gnats-submit@FreeBSD.org, laszlof@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@mavetju.org    |          Weblog: http://weblog.barnet.com.au/edwin/



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200410192320.i9JNKFVZ029294>