From dd6af2f5582a2930866fe07aae229cac7cf923c1 Mon Sep 17 00:00:00 2001 From: bdrewery Date: Tue, 17 Mar 2015 20:59:21 +0000 Subject: Don't dereference WRKDIR/WRKSRC. Also mark this BROKEN due to: [exp-10i386-commit-test] Installing xview-clients-3.2.1.4.19c_1... pkg-static: xview-clients-3.2.1.4.19c_1 conflicts with xview-3.2.1.4.19c_1 (installs files into the same place). Problematic file: /usr/local/lib/help/clock.info *** Error code 70 With hat: portmgr --- x11-toolkits/xview-clients/Makefile | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'x11-toolkits/xview-clients') diff --git a/x11-toolkits/xview-clients/Makefile b/x11-toolkits/xview-clients/Makefile index 2bee84e4ef3a..81ac6bc778fc 100644 --- a/x11-toolkits/xview-clients/Makefile +++ b/x11-toolkits/xview-clients/Makefile @@ -18,19 +18,23 @@ COMMENT= OpenLook applications and man pages CONFLICTS= props-1.0 MAKE_JOBS_UNSAFE= yes -PATCH_DEPENDS= ${NONEXISTENT}:${PORTSDIR}/x11-toolkits/xview:patch +EXTRACT_DEPENDS= ${NONEXISTENT}:${PORTSDIR}/x11-toolkits/xview:patch CONFIGURE_DEPENDS= ${NONEXISTENT}:${PORTSDIR}/x11-toolkits/xview:configure LIB_DEPENDS= libxview.so:${PORTSDIR}/x11-toolkits/xview USES= imake USE_XORG= x11 xext -WRKSRC= ${WRKDIRPREFIX}${.CURDIR}/../xview/work/${DISTNAME} ALL_TARGET= Clients +BROKEN= conflicts with its depends + .include IMAKECPPFLAGS+= -DXVDestDir=${STAGEDIR}${PREFIX} +post-extract: + ${LN} -sf $$(${MAKE} -C ${PORTSDIR}/x11-toolkits/xview -V WRKDIR)/${DISTNAME} ${WRKSRC} + do-install: @cd ${WRKSRC}/clients; ${MAKE} install install.man -- cgit