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 | 500828f8b33a08f423383fa7b335a921cc5c8200 (diff) | |
download | ports-088c7122f985bb0891d1a0ffc87adf33123be1a3.tar.gz ports-088c7122f985bb0891d1a0ffc87adf33123be1a3.zip |
Notes
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> |