summaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authorMasafumi Max NAKANE <max@FreeBSD.org>1996-11-16 22:54:39 +0000
committerMasafumi Max NAKANE <max@FreeBSD.org>1996-11-16 22:54:39 +0000
commit431a47a646f29a965beecbc9e61efd5efa7bf65a (patch)
treef05ac4674a2e72e85e9a8c8e15bfa41def142028 /mail
parentUpgrade, 2.7.15 -> 2.7.16. (diff)
Removed the post-install target and use MAN1 variable instead to compress
the man page.
Notes
Notes: svn path=/head/; revision=4523
Diffstat (limited to 'mail')
-rw-r--r--mail/fetchmail/Makefile8
1 files changed, 2 insertions, 6 deletions
diff --git a/mail/fetchmail/Makefile b/mail/fetchmail/Makefile
index a10150cfe7c4..ce687e9ab2a0 100644
--- a/mail/fetchmail/Makefile
+++ b/mail/fetchmail/Makefile
@@ -3,7 +3,7 @@
# Date created: 26 Oct 1996
# Whom: Ville Eerola <ve@sci.fi>
#
-# $Id: Makefile,v 1.3 1996/11/10 21:31:26 obrien Exp $
+# $Id: Makefile,v 1.4 1996/11/11 23:31:14 max Exp $
#
DISTNAME= fetchmail-1.9
@@ -15,10 +15,6 @@ MAINTAINER= ve@sci.fi
GNU_CONFIGURE= yes
CONFIGURE_ENV+= LDFLAGS="${CFLAGS}"
-
-post-install:
-.if !defined(NOMANCOMPRESS)
- gzip -9nf ${PREFIX}/man/man1/fetchmail.1
-.endif
+MAN1= fetchmail.1
.include <bsd.port.mk>