diff options
Diffstat (limited to 'misc/buffer/Makefile')
-rw-r--r-- | misc/buffer/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/misc/buffer/Makefile b/misc/buffer/Makefile index 923d94cdbc02..3664c2cb2583 100644 --- a/misc/buffer/Makefile +++ b/misc/buffer/Makefile @@ -3,7 +3,7 @@ # Date created: 17 Nov 1995 # Whom: markm # -# $Id: Makefile,v 1.4 1995/11/26 10:47:25 asami Exp $ +# $Id: Makefile,v 1.5 1996/11/11 05:49:15 obrien Exp $ # DISTNAME= buffer-1.17 @@ -13,10 +13,6 @@ MASTER_SITES= ftp://ftp.sun.ac.za/pub/unix/misc/ MAINTAINER= markm@FreeBSD.ORG NO_WRKSUBDIR= yes - -post-install: -.if !defined(NOMANCOMPRESS) - gzip -9nf ${PREFIX}/man/manl/buffer.l -.endif +MANL= buffer.l .include <bsd.port.mk> |