summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorPete Fritchman <petef@FreeBSD.org>2002-06-06 23:29:43 +0000
committerPete Fritchman <petef@FreeBSD.org>2002-06-06 23:29:43 +0000
commiteb3c81d3f6a56755ed1f8144d5dfc1283398aeee (patch)
tree7b72c04070a5cd5b5d2bf2ba1d88a749b51fa1b1 /security
parentSync with reality and sort. (diff)
Don't assume pod2man is in /usr/bin.
Submitted by: bento
Notes
Notes: svn path=/head/; revision=60732
Diffstat (limited to 'security')
-rw-r--r--security/ipfmeta/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/security/ipfmeta/Makefile b/security/ipfmeta/Makefile
index 537816cdc8bf..1a4acf059e80 100644
--- a/security/ipfmeta/Makefile
+++ b/security/ipfmeta/Makefile
@@ -16,7 +16,7 @@ MAINTAINER= ijliao@FreeBSD.org
USE_PERL5= yes
MAN1= ipfmeta.1
-POD2MAN?= /usr/bin/pod2man
+POD2MAN?= pod2man
do-build:
@${POD2MAN} ${WRKSRC}/ipfmeta > ${WRKSRC}/${MAN1}