summaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authorPeter Hawkins <thepish@FreeBSD.org>1999-02-16 12:22:20 +0000
committerPeter Hawkins <thepish@FreeBSD.org>1999-02-16 12:22:20 +0000
commit12b60e5ea7a63c83126f0b4c9468094c1048c3b2 (patch)
tree7a532a53f3cd8c41a2966df62a3307ebb2fff8bb /graphics
parentUnbreak for current (diff)
Add NOMANCOMPRESS to Makefile (the native Makefile compresses man pages)
Notes
Notes: svn path=/head/; revision=16731
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>