From 2fa9dd96dc5c1dea7aee52f704823c842e742ee2 Mon Sep 17 00:00:00 2001 From: petef Date: Thu, 6 Jun 2002 23:29:43 +0000 Subject: Don't assume pod2man is in /usr/bin. Submitted by: bento --- security/ipfmeta/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'security') 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} -- cgit