diff options
author | asami <asami@FreeBSD.org> | 1996-11-06 21:07:35 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1996-11-06 21:07:35 +0800 |
commit | 3700f41bceda54c6975bb9d00a915105d18d39eb (patch) | |
tree | 7b225ef5dabde2aa45779ffc16f957e11df1f4cd /comms | |
parent | 1489ab7e6274f40faf1f8b2b17f3ace7414fc5a5 (diff) | |
download | freebsd-ports-gnome-3700f41bceda54c6975bb9d00a915105d18d39eb.tar.gz freebsd-ports-gnome-3700f41bceda54c6975bb9d00a915105d18d39eb.tar.zst freebsd-ports-gnome-3700f41bceda54c6975bb9d00a915105d18d39eb.zip |
Use ${LOCALBASE} instead of /usr/local. Move WRKSRC down to where
it belongs.
Diffstat (limited to 'comms')
-rw-r--r-- | comms/xcept/Makefile | 6 |
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> |