diff options
author | Peter Hawkins <thepish@FreeBSD.org> | 1999-02-16 12:22:20 +0000 |
---|---|---|
committer | Peter Hawkins <thepish@FreeBSD.org> | 1999-02-16 12:22:20 +0000 |
commit | 12b60e5ea7a63c83126f0b4c9468094c1048c3b2 (patch) | |
tree | 7a532a53f3cd8c41a2966df62a3307ebb2fff8bb /graphics/xpm | |
parent | d7888efe12c378fd2b0fbafa25150f87ca296349 (diff) | |
download | ports-12b60e5ea7a63c83126f0b4c9468094c1048c3b2.tar.gz ports-12b60e5ea7a63c83126f0b4c9468094c1048c3b2.zip |
Add NOMANCOMPRESS to Makefile (the native Makefile compresses man pages)
Notes
Notes:
svn path=/head/; revision=16731
Diffstat (limited to 'graphics/xpm')
-rw-r--r-- | graphics/xpm/Makefile | 3 |
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> |