diff options
author | obrien <obrien@FreeBSD.org> | 1996-11-03 14:56:33 +0800 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 1996-11-03 14:56:33 +0800 |
commit | 0644dbbd8cbc7cf167305f76a9158cf72759129c (patch) | |
tree | b9e9cfb2e02374457760bc655392b106814a55bf /comms | |
parent | dfee0338ed98e6a11a39a0cb1f15387bbd2ee43e (diff) | |
download | freebsd-ports-gnome-0644dbbd8cbc7cf167305f76a9158cf72759129c.tar.gz freebsd-ports-gnome-0644dbbd8cbc7cf167305f76a9158cf72759129c.tar.zst freebsd-ports-gnome-0644dbbd8cbc7cf167305f76a9158cf72759129c.zip |
Changed to use ${COMPRESS_MAN}
Diffstat (limited to 'comms')
-rw-r--r-- | comms/minicom/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/comms/minicom/Makefile b/comms/minicom/Makefile index a5dbc6c4467a..1df1afa0543f 100644 --- a/comms/minicom/Makefile +++ b/comms/minicom/Makefile @@ -3,7 +3,7 @@ # Date created: Fri Dec 01, 1995 # Whom: obrien@cs.ucdavis.edu # -# $Id: Makefile,v 1.1.1.1 1996/03/05 07:46:57 asami Exp $ +# $Id: Makefile,v 1.2 1996/07/10 10:47:08 asami Exp $ # DISTNAME= minicom-1.75 @@ -26,9 +26,9 @@ pre-install: .endif post-install: -.if !defined(NOMANCOMPRESS) - @for mp in minicom.1 runscript.1 ascii-xfr.1 ; do \ - gzip -9nf ${PREFIX}/man/man1/$$mp ; done -.endif + ${COMPRESS_MAN} \ + ${PREFIX}/man/minicom.1 \ + ${PREFIX}/man/runscript.1 \ + ${PREFIX}/man/ascii-xfr.1 .include <bsd.port.mk> |