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 /textproc/rman | |
parent | Converted to MAN[1-8] (diff) |
Converted to MAN[1-8]
Converted p5* to use MASTER_SITE_PERL_CPAN
Diffstat (limited to 'textproc/rman')
-rw-r--r-- | textproc/rman/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/textproc/rman/Makefile b/textproc/rman/Makefile index 71881e2fc90a..5b1b1ff15bed 100644 --- a/textproc/rman/Makefile +++ b/textproc/rman/Makefile @@ -3,7 +3,7 @@ # Date created: 27 Dec 1994 # Whom: thomas@ghpc8.ihf.rwth-aachen.de # -# $Id: Makefile,v 1.9 1996/10/08 07:48:09 pst Exp $ +# $Id: Makefile,v 1.10 1996/11/11 05:50:04 obrien Exp $ # DISTNAME= rman-2.5a6 @@ -14,10 +14,6 @@ EXTRACT_SUFX= .tar.Z MAINTAINER= thomas@ghpc8.ihf.rwth-aachen.de NO_CDROM= yes # don't sell for profit - -post-install: -.if !defined(NOMANCOMPRESS) - gzip -9nf ${PREFIX}/man/man1/rman.1 -.endif +MAN1= rman.1 .include <bsd.port.mk> |