diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1998-10-08 23:52:03 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1998-10-08 23:52:03 +0000 |
commit | f20a1963a758a0862da12b8f2c2857888f236b57 (patch) | |
tree | d66c05503d51f705fd2fc6e2b4fab30ebf350d02 /x11-servers | |
parent | 71e64d35d1945c6fe5b34a508464ecb4fe67c97a (diff) |
Prepend ${WRKDIRPREFIX} to WRKDIR definitions.
Notes
Notes:
svn path=/head/; revision=13755
Diffstat (limited to 'x11-servers')
-rw-r--r-- | x11-servers/XttXF86srv-common/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-servers/XttXF86srv-common/Makefile b/x11-servers/XttXF86srv-common/Makefile index 9123ef2a3ec6..fb224b12defb 100644 --- a/x11-servers/XttXF86srv-common/Makefile +++ b/x11-servers/XttXF86srv-common/Makefile @@ -3,7 +3,7 @@ # Date created: 15 April 1998 # Whom: Taguchi Takeshi <taguchi@tohoku.iij.ad.jp> # -# $Id: Makefile,v 1.2 1998/09/01 13:41:10 asami Exp $ +# $Id: Makefile,v 1.3 1998/09/21 08:41:46 asami Exp $ # DISTNAME= xc @@ -38,7 +38,7 @@ EXTRACT_ONLY= X332src-1.tgz xtt-1.0.tar.gz # can't use USE_X_PREFIX here PREFIX= ${X11BASE} MTREE_FILE= /etc/mtree/BSD.x11.dist -WRKDIR= ${.CURDIR}/../XttXF86srv-common/work +WRKDIR= ${WRKDIRPREFIX}${.CURDIR}/../XttXF86srv-common/work WRKSRC= ${WRKDIR}/xc PATCHDIR= ${.CURDIR}/../XttXF86srv-common/patches FILESDIR= ${.CURDIR}/../XttXF86srv-common/files |