diff options
author | Peter Hawkins <thepish@FreeBSD.org> | 1999-02-18 09:25:29 +0000 |
---|---|---|
committer | Peter Hawkins <thepish@FreeBSD.org> | 1999-02-18 09:25:29 +0000 |
commit | 8e2e072dae64bc9f5eb495892ed442acadb53a46 (patch) | |
tree | 3093a00544cb5070e15d4818025e175113604157 /graphics/xpm | |
parent | 756f5bb3297b90f6141bb2dd4864319746eac29c (diff) | |
download | ports-8e2e072dae64bc9f5eb495892ed442acadb53a46.tar.gz ports-8e2e072dae64bc9f5eb495892ed442acadb53a46.zip |
back out MANCOMPRESSED - didn't notice the USE_IMAKE
Notes
Notes:
svn path=/head/; revision=16758
Diffstat (limited to 'graphics/xpm')
-rw-r--r-- | graphics/xpm/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/graphics/xpm/Makefile b/graphics/xpm/Makefile index b924353779b3..8e425630a38f 100644 --- a/graphics/xpm/Makefile +++ b/graphics/xpm/Makefile @@ -3,7 +3,7 @@ # Date created: 14 September 1994 # Whom: jkh # -# $Id: Makefile,v 1.21 1998/11/11 05:37:23 asami Exp $ +# $Id: Makefile,v 1.22 1999/02/16 12:22:20 thepish Exp $ # DISTNAME= xpm-3.4k @@ -15,7 +15,6 @@ MAINTAINER= jseger@FreeBSD.org USE_IMAKE= yes MAN1= cxpm.1 sxpm.1 -NOMANCOMPRESS= yes .include <bsd.port.pre.mk> |