diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2004-10-19 23:13:52 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2004-10-19 23:13:52 +0000 |
commit | ac891ef466f1affde7c4103463eb158caee3e4aa (patch) | |
tree | e6c70981f503a5f60e0b13f0f349780da19cfff0 /sysutils/lire | |
parent | 1243011ed77fc03b9dce4b5f6ea02de9762a8853 (diff) |
Fix build on 4.x, where /usr/bin/pod2man and /usr/local/bin/pod2man
are fighting.
Reported by: Frank J. Laszlo <laszlof@vonostingroup.com>
Notes
Notes:
svn path=/head/; revision=119813
Diffstat (limited to 'sysutils/lire')
-rw-r--r-- | sysutils/lire/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sysutils/lire/Makefile b/sysutils/lire/Makefile index 37a678e1a782..619ef01e90b1 100644 --- a/sysutils/lire/Makefile +++ b/sysutils/lire/Makefile @@ -40,6 +40,7 @@ USE_PERL5= yes 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 \ |