diff options
author | tron <tron@pkgsrc.org> | 1999-10-08 22:06:51 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 1999-10-08 22:06:51 +0000 |
commit | ee2000ffc4bc3bbc552b4ab5667cec14133f326e (patch) | |
tree | 1904bf5d654e8ba3ef259a8d7d2f22cf0c70a75d /mail/fetchmail | |
parent | 2df4cad9432178812e635686336a7a556d691ba0 (diff) | |
download | pkgsrc-ee2000ffc4bc3bbc552b4ab5667cec14133f326e.tar.gz |
Preprocess "fetchmail.1" with "tbl" so it is completely readable.
Diffstat (limited to 'mail/fetchmail')
-rw-r--r-- | mail/fetchmail/Makefile | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/mail/fetchmail/Makefile b/mail/fetchmail/Makefile index 9672db4b909..d3e3ef01417 100644 --- a/mail/fetchmail/Makefile +++ b/mail/fetchmail/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.56 1999/10/01 10:31:57 agc Exp $ +# $NetBSD: Makefile,v 1.57 1999/10/08 22:06:51 tron Exp $ # DISTNAME= fetchmail-5.1.0 @@ -32,14 +32,18 @@ CONFIGURE_ARGS+=--enable-inet6 FDOC= ${PREFIX}/share/doc/fetchmail -.if ${OPSYS} == "NetBSD" post-extract: - ${RM} -f ${WRKSRC}/md5.h +.if ${OPSYS} == "NetBSD" + @${RM} -f ${WRKSRC}/md5.h .endif + @${MV} ${WRKSRC}/fetchmail.man ${WRKSRC}/fetchmail.tbl pre-configure: (cd ${WRKSRC}; autoreconf) +post-build: + tbl ${WRKSRC}/fetchmail.tbl >${WRKSRC}/fetchmail.man + post-install: ${INSTALL} -d -m 555 -o ${DOCOWN} -g ${DOCGRP} ${FDOC} cd ${WRKSRC} && ${INSTALL_DATA} \ |