diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1996-11-06 13:34:05 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1996-11-06 13:34:05 +0000 |
commit | 9022bd9b1586f449430732063d377da63e41537a (patch) | |
tree | 2e7eacc445082bc85e9b0b6380ce3c563a21230c /comms | |
parent | 8ea40a7ea7a5b62fe58884478d0e09e6f4ed5e62 (diff) | |
download | ports-9022bd9b1586f449430732063d377da63e41537a.tar.gz ports-9022bd9b1586f449430732063d377da63e41537a.zip |
Notes
Diffstat (limited to 'comms')
-rw-r--r-- | comms/xcept/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/comms/xcept/Makefile b/comms/xcept/Makefile index 817c6e473a08..32eabe3e4c37 100644 --- a/comms/xcept/Makefile +++ b/comms/xcept/Makefile @@ -3,7 +3,7 @@ # Date created: Sep 1, 1996 # Whom: joerg # -# $Id: Makefile,v 1.1.1.1 1996/09/01 14:14:14 joerg Exp $ +# $Id: Makefile,v 1.2 1996/11/06 13:07:35 asami Exp $ # DISTNAME= xcept-2.1.2 @@ -12,8 +12,6 @@ MASTER_SITES= ftp://freefall.cdrom.com/pub/FreeBSD/LOCAL_PORTS/ MAINTAINER= joerg@FreeBSD.ORG -USE_X11= yes -PREFIX= ${LOCALBASE} WRKSRC= ${WRKDIR}/XCept-2.1.2 .include <bsd.port.mk> |