aboutsummaryrefslogtreecommitdiffstats
path: root/x11-toolkits/xview-clients
diff options
context:
space:
mode:
authorpav <pav@FreeBSD.org>2005-08-11 21:20:12 +0800
committerpav <pav@FreeBSD.org>2005-08-11 21:20:12 +0800
commit9b3e5c861d73fc38aa2679f1199709c98314d5eb (patch)
tree4f04c9b668635bbf907d88890b03e3cc53fdd5f4 /x11-toolkits/xview-clients
parentab92adcafa35beb0e1262c1d1aaf04b84621cdae (diff)
downloadfreebsd-ports-graphics-9b3e5c861d73fc38aa2679f1199709c98314d5eb.tar.gz
freebsd-ports-graphics-9b3e5c861d73fc38aa2679f1199709c98314d5eb.tar.zst
freebsd-ports-graphics-9b3e5c861d73fc38aa2679f1199709c98314d5eb.zip
- Unbreak xview-clients on FreeBSD 5.X and newer
Reported by: krismail Approved by: portmgr (kris)
Diffstat (limited to 'x11-toolkits/xview-clients')
-rw-r--r--x11-toolkits/xview-clients/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/x11-toolkits/xview-clients/Makefile b/x11-toolkits/xview-clients/Makefile
index e308f5d6144..d85755c5826 100644
--- a/x11-toolkits/xview-clients/Makefile
+++ b/x11-toolkits/xview-clients/Makefile
@@ -19,15 +19,17 @@ EXTRACT_ONLY= # empty
MAINTAINER= ports@FreeBSD.org
COMMENT= OpenLook applications and man pages
-PATCH_DEPENDS= ${NONEXISTENT}:${PORTSDIR}/x11-toolkits/xview:build
+PATCH_DEPENDS= ${NONEXISTENT}:${.CURDIR}/../xview:build
LIB_DEPENDS= xview.3:${PORTSDIR}/x11-toolkits/xview
USE_X_PREFIX= yes
WRKSRC= ${WRKDIRPREFIX}${.CURDIR}/../xview/work/${DISTNAME}
ALL_TARGET= Clients
-INSTALL_TARGET= 'SUBDIRS=clients' install install.man
MAN1= clock.1 cmdtool.1 olwm.1 olwmslave.1 shelltool.1
MANCOMPRESSED= yes
+do-install:
+ @cd ${WRKSRC}/clients; ${MAKE} install install.man
+
.include <bsd.port.mk>