diff options
author | tron <tron> | 1998-09-08 22:15:21 +0000 |
---|---|---|
committer | tron <tron> | 1998-09-08 22:15:21 +0000 |
commit | 8b2ffad57bb222820c0d1f265e443d97f14c30ca (patch) | |
tree | 70fa11f4e2819ad2d069f10db1ccd12d38da7565 /mail | |
parent | abe954ebb0af93ab3a153ecd703623a646dfccd7 (diff) | |
download | pkgsrc-8b2ffad57bb222820c0d1f265e443d97f14c30ca.tar.gz |
Don't install formatted manual page because it isn't patched.
Diffstat (limited to 'mail')
-rw-r--r-- | mail/qpopper/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/mail/qpopper/Makefile b/mail/qpopper/Makefile index acee8c8d963..007fadf3706 100644 --- a/mail/qpopper/Makefile +++ b/mail/qpopper/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 1998/08/20 15:17:10 tsarna Exp $ +# $NetBSD: Makefile,v 1.12 1998/09/08 22:15:21 tron Exp $ # DISTNAME= qpopper2.53 @@ -29,8 +29,6 @@ do-install: ${INSTALL} -o ${MANOWN} -c -g ${MANGRP} -m ${MANMODE} popper.8 \ ${LOCALBASE}/man/man8/qpopper.8; \ ${INSTALL} -o ${MANOWN} -c -g ${MANGRP} -m ${MANMODE} popauth.8 \ - ${LOCALBASE}/man/man8/qpopauth.8; \ - ${INSTALL} -o ${MANOWN} -c -g ${MANGRP} -m ${MANMODE} popper.0 \ - ${LOCALBASE}/man/cat8/qpopper.0 ) + ${LOCALBASE}/man/man8/qpopauth.8 ) .include "../../mk/bsd.pkg.mk" |