diff options
author | agc <agc@pkgsrc.org> | 1998-02-13 15:06:24 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 1998-02-13 15:06:24 +0000 |
commit | 84065a50c879dbbcb1ba47042980ca9b471ffc33 (patch) | |
tree | e47660ad72d5fe087e1a26bce93a80417b88c760 /mail/qpopper | |
parent | 3f89d2c754af93fc390eaa516b508ef4733ad203 (diff) | |
download | pkgsrc-84065a50c879dbbcb1ba47042980ca9b471ffc33.tar.gz |
Add manual page targets, so that any MANZ compression is done.
Diffstat (limited to 'mail/qpopper')
-rw-r--r-- | mail/qpopper/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/mail/qpopper/Makefile b/mail/qpopper/Makefile index a895f703e3d..7c20feeb6ef 100644 --- a/mail/qpopper/Makefile +++ b/mail/qpopper/Makefile @@ -3,7 +3,7 @@ # Date created: February 12, 1998 # Whom: Ted Lemon <mellon@fugue.com> # -# $NetBSD: Makefile,v 1.1 1998/02/13 02:26:03 mellon Exp $ +# $NetBSD: Makefile,v 1.2 1998/02/13 15:06:24 agc Exp $ # DISTNAME= qpopper2.41beta1 @@ -18,6 +18,9 @@ GNU_CONFIGURE= yes CONFIGURE_ARGS+= --libexecdir=${PREFIX}/libexec --sysconfdir=${PREFIX}/etc \ --with-apop=/etc/apop.auth --with-apopuid=root +CAT8= qpopper.0 +MAN8= qpopper.8 qpopauth.8 + # popper makefile doesn't have an install target... do-install: (cd ${WRKSRC}; \ |