diff options
author | bdrewery <bdrewery@FreeBSD.org> | 2015-03-18 04:59:21 +0800 |
---|---|---|
committer | bdrewery <bdrewery@FreeBSD.org> | 2015-03-18 04:59:21 +0800 |
commit | dd6af2f5582a2930866fe07aae229cac7cf923c1 (patch) | |
tree | 618665f7a11f1e9f5a950f5856373e86385ed219 /x11-toolkits/xview-clients | |
parent | 42c66149a5add7ce20c1e4cb5dd3991c3133e028 (diff) | |
download | freebsd-ports-gnome-dd6af2f5582a2930866fe07aae229cac7cf923c1.tar.gz freebsd-ports-gnome-dd6af2f5582a2930866fe07aae229cac7cf923c1.tar.zst freebsd-ports-gnome-dd6af2f5582a2930866fe07aae229cac7cf923c1.zip |
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
Diffstat (limited to 'x11-toolkits/xview-clients')
-rw-r--r-- | x11-toolkits/xview-clients/Makefile | 8 |
1 files changed, 6 insertions, 2 deletions
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 <bsd.port.pre.mk> 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 |