diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 1996-11-17 09:06:37 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 1996-11-17 09:06:37 +0000 |
commit | 090316dbc14c2b14673d0d368ec85d09c5841a39 (patch) | |
tree | d6c413c3547e857d6c61c3d887298be79b3ea7e1 /misc/gnuls | |
parent | 1cd3d92150c435bd617039c4045455da7a705228 (diff) | |
download | ports-090316dbc14c2b14673d0d368ec85d09c5841a39.tar.gz ports-090316dbc14c2b14673d0d368ec85d09c5841a39.zip |
Notes
Diffstat (limited to 'misc/gnuls')
-rw-r--r-- | misc/gnuls/Makefile | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/misc/gnuls/Makefile b/misc/gnuls/Makefile index b7491fbd6958..759abb2332f8 100644 --- a/misc/gnuls/Makefile +++ b/misc/gnuls/Makefile @@ -3,7 +3,7 @@ # Date created: 06 January 1996 # Whom: bmc@WillsCreek.COM # -# $Id: Makefile,v 1.1.1.1 1996/01/15 10:37:17 asami Exp $ +# $Id: Makefile,v 1.2 1996/11/11 05:49:44 obrien Exp $ # DISTNAME= fileutils-3.12 @@ -20,11 +20,6 @@ MAINTAINER= bmc@WillsCreek.COM PATCH_DIST_STRIP= -p1 GNU_CONFIGURE= yes - -post-install: -.if !defined(NOMANCOMPRESS) - gzip -9nf ${PREFIX}/man/man1/linuxls.1 - gzip -9nf ${PREFIX}/man/man1/dircolors.1 -.endif +MAN1= linuxls.1 dircolors.1 .include <bsd.port.mk> |