aboutsummaryrefslogtreecommitdiffstats
path: root/graphics
diff options
context:
space:
mode:
authorthepish <thepish@FreeBSD.org>1999-02-16 20:22:20 +0800
committerthepish <thepish@FreeBSD.org>1999-02-16 20:22:20 +0800
commita1f41803b3d19903526584ce9163f779573c029d (patch)
treeffb2cf7d6cf348f236a1ba93669dfdc9ca08852f /graphics
parent035d51bf408ffbef92e21249e56e040994cfcf32 (diff)
downloadfreebsd-ports-gnome-a1f41803b3d19903526584ce9163f779573c029d.tar.gz
freebsd-ports-gnome-a1f41803b3d19903526584ce9163f779573c029d.tar.zst
freebsd-ports-gnome-a1f41803b3d19903526584ce9163f779573c029d.zip
Add NOMANCOMPRESS to Makefile (the native Makefile compresses man pages)
Diffstat (limited to 'graphics')
-rw-r--r--graphics/xpm/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/xpm/Makefile b/graphics/xpm/Makefile
index e19bd1811734..b924353779b3 100644
--- a/graphics/xpm/Makefile
+++ b/graphics/xpm/Makefile
@@ -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>