summaryrefslogtreecommitdiff
path: root/x11-toolkits
diff options
context:
space:
mode:
authorVolker Stolz <vs@FreeBSD.org>2005-02-21 18:30:51 +0000
committerVolker Stolz <vs@FreeBSD.org>2005-02-21 18:30:51 +0000
commit75affae6547463291fb1cd07dded5675cb710dca (patch)
tree2e9c7f4e2c38e41f6ee4e1a30a159fd8c19344f2 /x11-toolkits
parent- fix wrong PLIST and unbreak this port (diff)
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.
Notes
Notes: svn path=/head/; revision=129508
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))