diff options
author | asami <asami@FreeBSD.org> | 1996-11-06 13:34:05 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1996-11-06 13:34:05 +0000 |
commit | fe0bbad9562afaf781323c0d36e2881f6caefa0f (patch) | |
tree | dc8bacc28149aa91539dfef6158eb38b974d96d1 /comms | |
parent | b88cc493524a7506c311923ad9a9cbcc2f154ce1 (diff) | |
download | FreeBSD-ports-fe0bbad9562afaf781323c0d36e2881f6caefa0f.zip FreeBSD-ports-fe0bbad9562afaf781323c0d36e2881f6caefa0f.tar.gz |
Actually, I should just take out USE_X11 and PREFIX=, they cancel
each other. ;)
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 817c6e4..32eabe3 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> |