1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-29 10:18:30 +00:00

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.
This commit is contained in:
Volker Stolz 2005-02-21 18:30:51 +00:00
parent f94e79e57c
commit 75affae654
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=129508
2 changed files with 11 additions and 2 deletions

View File

@ -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

View File

@ -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))