diff options
author | Tim Vanderhoek <hoek@FreeBSD.org> | 1998-08-28 07:02:05 +0000 |
---|---|---|
committer | Tim Vanderhoek <hoek@FreeBSD.org> | 1998-08-28 07:02:05 +0000 |
commit | 088c7122f985bb0891d1a0ffc87adf33123be1a3 (patch) | |
tree | 199b015017d9db49309ab7ce2924481d4f2285b7 /comms/xcept | |
parent | Updated to samba-1.9.18p10. (diff) |
Set MANCOMPRESSED=maybe. This isn't the correct fix. The port should
have its patches that stuff NOMANCOMPRESS support in the source Makefile
removed, or submitted for inclusion with the next xceptd release.
Diffstat (limited to 'comms/xcept')
-rw-r--r-- | comms/xcept/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/comms/xcept/Makefile b/comms/xcept/Makefile index b3d59cf67a4e..abb87341ae8b 100644 --- a/comms/xcept/Makefile +++ b/comms/xcept/Makefile @@ -3,7 +3,7 @@ # Date created: Sep 1, 1996 # Whom: joerg # -# $Id: Makefile,v 1.4 1996/11/17 03:01:21 obrien Exp $ +# $Id: Makefile,v 1.5 1997/04/30 03:17:13 asami Exp $ # DISTNAME= xcept-2.1.2 @@ -12,6 +12,7 @@ MASTER_SITES= ${MASTER_SITE_LOCAL} MAINTAINER= joerg@FreeBSD.ORG +MANCOMPRESSED= maybe WRKSRC= ${WRKDIR}/XCept-2.1.2 .include <bsd.port.mk> |