summaryrefslogtreecommitdiff
path: root/mail/fetchmail
diff options
context:
space:
mode:
authordrochner <drochner>2004-07-09 12:34:53 +0000
committerdrochner <drochner>2004-07-09 12:34:53 +0000
commit9968d6fba1f004275261d26014654d9efc350ac7 (patch)
tree9e64b386fd7c8a78d0e4e670954e88c2eec9ef67 /mail/fetchmail
parentb13eafd8ba528a95f59a40eeb9994425093f7de1 (diff)
downloadpkgsrc-9968d6fba1f004275261d26014654d9efc350ac7.tar.gz
depend on groff and use ${TBL} for tbl,
fixes PR pkg/23010 by Jeremy C. Reed
Diffstat (limited to 'mail/fetchmail')
-rw-r--r--mail/fetchmail/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/mail/fetchmail/Makefile b/mail/fetchmail/Makefile
index 09be3b7ee11..ede1191f834 100644
--- a/mail/fetchmail/Makefile
+++ b/mail/fetchmail/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.142 2004/03/31 02:32:56 jlam Exp $
+# $NetBSD: Makefile,v 1.143 2004/07/09 12:34:53 drochner Exp $
DISTNAME= fetchmail-6.2.5
PKGREVISION= 2
@@ -72,7 +72,7 @@ post-configure:
post-build:
for file in ${WRKSRC}/fetchmail.man; do \
${MV} -f $$file $$file.tbl; \
- tbl $$file.tbl > $$file; \
+ ${TBL} $$file.tbl > $$file; \
done
post-install:
@@ -86,4 +86,5 @@ post-install:
done
.include "../../devel/gettext-lib/buildlink3.mk"
+.include "../../textproc/groff/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"