diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1996-11-06 21:07:35 +0800 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1996-11-06 21:07:35 +0800 |
commit | aa4ccc7b6a5c4c46438d7bb704de6eec9694c085 (patch) | |
tree | f2438c688ea819f8b5f68f4112c4ca5bfd9dc280 /comms | |
parent | 8d876905282a661f219dff7217c8fab63df5541a (diff) | |
download | freebsd-ports-gnome-aa4ccc7b6a5c4c46438d7bb704de6eec9694c085.tar.gz freebsd-ports-gnome-aa4ccc7b6a5c4c46438d7bb704de6eec9694c085.tar.zst freebsd-ports-gnome-aa4ccc7b6a5c4c46438d7bb704de6eec9694c085.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> |