aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils
diff options
context:
space:
mode:
authorpetef <petef@FreeBSD.org>2002-06-07 07:08:00 +0800
committerpetef <petef@FreeBSD.org>2002-06-07 07:08:00 +0800
commit727434c788fc1495f598dc43f7a5d6e6ba8291cd (patch)
tree25264a37ad895989e16b13388e2a47f42f5863b6 /sysutils
parentd79c6931540eff1d2958393666111dcc0a618737 (diff)
downloadfreebsd-ports-gnome-727434c788fc1495f598dc43f7a5d6e6ba8291cd.tar.gz
freebsd-ports-gnome-727434c788fc1495f598dc43f7a5d6e6ba8291cd.tar.zst
freebsd-ports-gnome-727434c788fc1495f598dc43f7a5d6e6ba8291cd.zip
Use pod2man instead of perldoc to build a manpage.
Submitted by: bento
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/log_analysis/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysutils/log_analysis/Makefile b/sysutils/log_analysis/Makefile
index bc847df4b0fc..7771505ec023 100644
--- a/sysutils/log_analysis/Makefile
+++ b/sysutils/log_analysis/Makefile
@@ -19,7 +19,7 @@ GNU_CONFIGURE= yes
MAN1= log_analysis.1
post-patch:
- @${PERL} -pi -e 's!perldoc!pod2man!' ${WRKSRC}/Makefile.in
+ @${PERL} -pi -e 's!perldoc!pod2man!' ${WRKSRC}/configure
post-install:
@${MKDIR} ${PREFIX}/share/examples/log_analysis