1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-30 10:38:37 +00:00

Add NOMANCOMPRESS to Makefile (the native Makefile compresses man pages)

This commit is contained in:
Peter Hawkins 1999-02-16 12:22:20 +00:00
parent d7888efe12
commit 12b60e5ea7
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=16731

View File

@ -3,7 +3,7 @@
# Date created: 14 September 1994
# Whom: jkh
#
# $Id: Makefile,v 1.20 1998/10/05 04:03:38 jkh Exp $
# $Id: Makefile,v 1.21 1998/11/11 05:37:23 asami Exp $
#
DISTNAME= xpm-3.4k
@ -15,6 +15,7 @@ MAINTAINER= jseger@FreeBSD.org
USE_IMAKE= yes
MAN1= cxpm.1 sxpm.1
NOMANCOMPRESS= yes
.include <bsd.port.pre.mk>