summaryrefslogtreecommitdiff
path: root/mail/poppassd/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'mail/poppassd/Makefile')
-rw-r--r--mail/poppassd/Makefile6
1 files changed, 2 insertions, 4 deletions
diff --git a/mail/poppassd/Makefile b/mail/poppassd/Makefile
index a7b128fbdd3e..cc706e418057 100644
--- a/mail/poppassd/Makefile
+++ b/mail/poppassd/Makefile
@@ -3,7 +3,7 @@
# Date Created: 21 August 1996
# Whom: Andrew Stevenson <andrew@ugh.net.au> based heavily on the changes by Stephen Melvin <melvin@zytek.com>
#
-# $Id: Makefile,v 1.1.1.1 1996/11/03 20:45:24 jfitz Exp $
+# $Id: Makefile,v 1.2 1996/11/10 21:32:29 obrien Exp $
#
DISTNAME= poppassd
@@ -19,12 +19,10 @@ EXTRACT_SUFX=
EXTRACT_BEFORE_ARGS=
EXTRACT_AFTER_ARGS= | /usr/bin/sed -e '1,16d' | /bin/sh
ALL_TARGET= poppassd
+MAN8= poppassd.8
post-install:
@ strip ${PREFIX}/libexec/poppassd
@ ${INSTALL_MAN} ${FILESDIR}/poppassd.8 ${PREFIX}/man/man8/
-.if !defined{NOMANCOMPRESS}
- gzip -9nf ${PREFIX}/man/man8/poppassd.8
-.endif
.include <bsd.port.mk>