diff options
author | Pete Fritchman <petef@FreeBSD.org> | 2002-06-06 23:29:43 +0000 |
---|---|---|
committer | Pete Fritchman <petef@FreeBSD.org> | 2002-06-06 23:29:43 +0000 |
commit | eb3c81d3f6a56755ed1f8144d5dfc1283398aeee (patch) | |
tree | 7b72c04070a5cd5b5d2bf2ba1d88a749b51fa1b1 /security/ipfmeta | |
parent | 95e277d607c2a586952c84b5c39258ba03e02e46 (diff) |
Don't assume pod2man is in /usr/bin.
Submitted by: bento
Notes
Notes:
svn path=/head/; revision=60732
Diffstat (limited to 'security/ipfmeta')
-rw-r--r-- | security/ipfmeta/Makefile | 2 |
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} |