diff options
author | thepish <thepish@FreeBSD.org> | 1999-02-18 09:25:29 +0000 |
---|---|---|
committer | thepish <thepish@FreeBSD.org> | 1999-02-18 09:25:29 +0000 |
commit | 513fead0c15fa6bc1439a0ff603c20d3bbe7c6d2 (patch) | |
tree | 91225a3eba535eae87829ef8de5b37fa5bb240d2 /graphics | |
parent | ee26d87e01ffc5bc3c949a9f740509c5ab468fe4 (diff) | |
download | FreeBSD-ports-513fead0c15fa6bc1439a0ff603c20d3bbe7c6d2.zip FreeBSD-ports-513fead0c15fa6bc1439a0ff603c20d3bbe7c6d2.tar.gz |
back out MANCOMPRESSED - didn't notice the USE_IMAKE
Diffstat (limited to 'graphics')
-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 b924353..8e42563 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> |