summaryrefslogtreecommitdiffstats
path: root/mail
diff options
context:
space:
mode:
authormax <max@FreeBSD.org>1996-11-16 22:54:39 +0000
committermax <max@FreeBSD.org>1996-11-16 22:54:39 +0000
commitd32618f9d341cde32c591717737b62498da37bfb (patch)
treebfffcf249462f9b91eade1392349814545a3d2f0 /mail
parent6a45df2c5317300ca088d441faa2d54c7bc86a7f (diff)
downloadFreeBSD-ports-d32618f9d341cde32c591717737b62498da37bfb.zip
FreeBSD-ports-d32618f9d341cde32c591717737b62498da37bfb.tar.gz
Removed the post-install target and use MAN1 variable instead to compress
the man page.
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 a10150c..ce687e9 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>
OpenPOWER on IntegriCloud