diff options
author | max <max@FreeBSD.org> | 1996-11-17 06:54:39 +0800 |
---|---|---|
committer | max <max@FreeBSD.org> | 1996-11-17 06:54:39 +0800 |
commit | d32618f9d341cde32c591717737b62498da37bfb (patch) | |
tree | bfffcf249462f9b91eade1392349814545a3d2f0 /mail | |
parent | 6a45df2c5317300ca088d441faa2d54c7bc86a7f (diff) | |
download | freebsd-ports-gnome-d32618f9d341cde32c591717737b62498da37bfb.tar.gz freebsd-ports-gnome-d32618f9d341cde32c591717737b62498da37bfb.tar.zst freebsd-ports-gnome-d32618f9d341cde32c591717737b62498da37bfb.zip |
Removed the post-install target and use MAN1 variable instead to compress
the man page.
Diffstat (limited to 'mail')
-rw-r--r-- | mail/fetchmail/Makefile | 8 |
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> |