aboutsummaryrefslogtreecommitdiffstats
path: root/x11-toolkits
diff options
context:
space:
mode:
authorljo <ljo@FreeBSD.org>1994-11-23 01:19:48 +0800
committerljo <ljo@FreeBSD.org>1994-11-23 01:19:48 +0800
commit3854549c6fdc42aea1bf6d5196aa67b9cc1d3796 (patch)
tree55c4a6330bd97848697ae7544084b76731a42c81 /x11-toolkits
parentbb2f6b16317be0bb4086bad992d72725c3810669 (diff)
downloadfreebsd-ports-graphics-3854549c6fdc42aea1bf6d5196aa67b9cc1d3796.tar.gz
freebsd-ports-graphics-3854549c6fdc42aea1bf6d5196aa67b9cc1d3796.tar.zst
freebsd-ports-graphics-3854549c6fdc42aea1bf6d5196aa67b9cc1d3796.zip
The sources rea now in xview-config.
Reviewed by: Submitted by: Obtained from:
Diffstat (limited to 'x11-toolkits')
-rw-r--r--x11-toolkits/xview-clients/Makefile9
1 files changed, 4 insertions, 5 deletions
diff --git a/x11-toolkits/xview-clients/Makefile b/x11-toolkits/xview-clients/Makefile
index 31615a7acf9..b2b0ede49e8 100644
--- a/x11-toolkits/xview-clients/Makefile
+++ b/x11-toolkits/xview-clients/Makefile
@@ -1,15 +1,14 @@
DISTNAME= xview-clients
USE_IMAKE= yes
DEPENDS= x11/xview-lib
-WRKDIR= ../xview-lib/work/xview3.2p1-X11R6/clients
-WRKSRC= ../xview-lib/work/xview3.2p1-X11R6
+WRKDIR= ../xview-config/work/xview3.2p1-X11R6/clients
+WRKSRC= ../xview-config/work/xview3.2p1-X11R6/clients
NO_EXTRACT= yes
configure: extract patch ${CONFIGURE_COOKIE}
- (cd $(WRKSRC); $(MAKE) SUBDIRS=clients Makefiles)
+ (cd $(WRKSRC)/..; $(MAKE) SUBDIRS=clients Makefiles)
@${TOUCH} ${TOUCH_FLAGS} ${CONFIGURE_COOKIE}
-
depend:
- (cd $(WRKSRC); $(MAKE) SUBDIRS=clients depend)
+ (cd $(WRKSRC)/..; $(MAKE) SUBDIRS=clients depend)
.include <bsd.port.mk>