summaryrefslogtreecommitdiff
path: root/comms/xcept
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1996-11-06 13:07:35 +0000
committerSatoshi Asami <asami@FreeBSD.org>1996-11-06 13:07:35 +0000
commitaa4ccc7b6a5c4c46438d7bb704de6eec9694c085 (patch)
treef2438c688ea819f8b5f68f4112c4ca5bfd9dc280 /comms/xcept
parentAdd xcept. (diff)
Use ${LOCALBASE} instead of /usr/local. Move WRKSRC down to where
it belongs.
Notes
Notes: svn path=/head/; revision=4310
Diffstat (limited to 'comms/xcept')
-rw-r--r--comms/xcept/Makefile6
1 files changed, 3 insertions, 3 deletions
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 <bsd.port.mk>