aboutsummaryrefslogtreecommitdiffstats
path: root/x11-toolkits
diff options
context:
space:
mode:
authorvs <vs@FreeBSD.org>2005-02-22 02:30:51 +0800
committervs <vs@FreeBSD.org>2005-02-22 02:30:51 +0800
commitd6dd2922d2c96f03fba6eb9a7bbd61c6340f74cb (patch)
tree8d00f8f85845f173c6d4e4be5fc03af1b55e60bc /x11-toolkits
parent658247c4fc715343d60d77ada471e682064794a0 (diff)
downloadfreebsd-ports-gnome-d6dd2922d2c96f03fba6eb9a7bbd61c6340f74cb.tar.gz
freebsd-ports-gnome-d6dd2922d2c96f03fba6eb9a7bbd61c6340f74cb.tar.zst
freebsd-ports-gnome-d6dd2922d2c96f03fba6eb9a7bbd61c6340f74cb.zip
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.
Diffstat (limited to 'x11-toolkits')
-rw-r--r--x11-toolkits/xview-clients/Makefile2
-rw-r--r--x11-toolkits/xview-clients/files/patch-clients::Imakefile11
2 files changed, 11 insertions, 2 deletions
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))