From aa4ccc7b6a5c4c46438d7bb704de6eec9694c085 Mon Sep 17 00:00:00 2001 From: Satoshi Asami Date: Wed, 6 Nov 1996 13:07:35 +0000 Subject: Use ${LOCALBASE} instead of /usr/local. Move WRKSRC down to where it belongs. --- comms/xcept/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'comms/xcept') diff --git a/comms/xcept/Makefile b/comms/xcept/Makefile index 24f3fb69dca8..817c6e473a08 100644 --- a/comms/xcept/Makefile +++ b/comms/xcept/Makefile @@ -3,17 +3,17 @@ # Date created: Sep 1, 1996 # Whom: joerg # -# $Id$ +# $Id: Makefile,v 1.1.1.1 1996/09/01 14:14:14 joerg Exp $ # DISTNAME= xcept-2.1.2 -WRKSRC= ${WRKDIR}/XCept-2.1.2 CATEGORIES+= comms MASTER_SITES= ftp://freefall.cdrom.com/pub/FreeBSD/LOCAL_PORTS/ MAINTAINER= joerg@FreeBSD.ORG USE_X11= yes -PREFIX= /usr/local +PREFIX= ${LOCALBASE} +WRKSRC= ${WRKDIR}/XCept-2.1.2 .include -- cgit v1.2.3