From 75affae6547463291fb1cd07dded5675cb710dca Mon Sep 17 00:00:00 2001 From: Volker Stolz Date: Mon, 21 Feb 2005 18:30:51 +0000 Subject: Unbreak by not creating empty directories. Note that this patch will be applied after the initial xview-build and relies on correctly detecting that the Makefile must be regenerated. --- x11-toolkits/xview-clients/Makefile | 2 -- x11-toolkits/xview-clients/files/patch-clients::Imakefile | 11 +++++++++++ 2 files changed, 11 insertions(+), 2 deletions(-) create mode 100644 x11-toolkits/xview-clients/files/patch-clients::Imakefile (limited to 'x11-toolkits/xview-clients') diff --git a/x11-toolkits/xview-clients/Makefile b/x11-toolkits/xview-clients/Makefile index a6f151183378..46e61d84836b 100644 --- a/x11-toolkits/xview-clients/Makefile +++ b/x11-toolkits/xview-clients/Makefile @@ -22,8 +22,6 @@ COMMENT= OpenLook applications and man pages BUILD_DEPENDS= ${NONEXISTENT}:${PORTSDIR}/x11-toolkits/xview:build LIB_DEPENDS= xview.3:${PORTSDIR}/x11-toolkits/xview -BROKEN= Incomplete pkg-plist - USE_X_PREFIX= yes WRKSRC= ${WRKDIRPREFIX}${.CURDIR}/../xview/work/${DISTNAME} ALL_TARGET= Clients diff --git a/x11-toolkits/xview-clients/files/patch-clients::Imakefile b/x11-toolkits/xview-clients/files/patch-clients::Imakefile new file mode 100644 index 000000000000..b15107fa1c2c --- /dev/null +++ b/x11-toolkits/xview-clients/files/patch-clients::Imakefile @@ -0,0 +1,11 @@ +--- clients/Imakefile.orig Mon Feb 21 19:10:20 2005 ++++ clients/Imakefile Mon Feb 21 19:10:28 2005 +@@ -9,7 +9,7 @@ + + SUBDIRS = clock cmdtool olwm olwmslave + +-DIRS_TO_CREATE = $(SRC_DEST) ++# DIRS_TO_CREATE = $(SRC_DEST) + + MakeSubdirs($(SUBDIRS)) + DependSubdirs($(SUBDIRS)) -- cgit v1.2.3