summaryrefslogtreecommitdiff
path: root/x11-toolkits
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1998-10-09 01:21:49 +0000
committerSatoshi Asami <asami@FreeBSD.org>1998-10-09 01:21:49 +0000
commit35d5a67d37ce4b22103a6aeb635767fc863e0e27 (patch)
treeddda528534f82a8b8cc148081b0522d68df3f2b7 /x11-toolkits
parentUpgrade to 0.97. (No functionality change; just added copyright.) (diff)
Use relative (${.CURDIR}) instead of absolute (${PORTSDIR}) paths for
WRKSRC. Prepend ${WRKDIRPREFIX} in front while I'm here. Reported by: David Kulp <dkulp@neomorphic.com>
Notes
Notes: svn path=/head/; revision=13761
Diffstat (limited to 'x11-toolkits')
-rw-r--r--x11-toolkits/xview-clients/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-toolkits/xview-clients/Makefile b/x11-toolkits/xview-clients/Makefile
index 334174a98172..8c689c500747 100644
--- a/x11-toolkits/xview-clients/Makefile
+++ b/x11-toolkits/xview-clients/Makefile
@@ -3,7 +3,7 @@
# Date created: 22 November 1994
# Whom: ljo
#
-# $Id: Makefile,v 1.12 1998/08/05 09:31:52 asami Exp $
+# $Id: Makefile,v 1.13 1998/08/07 22:56:48 asami Exp $
#
DISTNAME= xview-clients
@@ -12,7 +12,7 @@ CATEGORIES= x11-toolkits
DEPENDS= ${PORTSDIR}/x11-toolkits/xview-lib
-WRKSRC= ${PORTSDIR}/x11-toolkits/xview-config/work/xview3.2p1-X11R6/clients
+WRKSRC= ${WRKDIRPREFIX}${.CURDIR}/../xview-config/work/xview3.2p1-X11R6/clients
NO_WRKDIR= yes
USE_X_PREFIX= yes