| Summary: | "make readmes" hangs if category directory is missing | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Ports & Packages | Reporter: | dann <dann> | ||||
| Component: | Individual Port(s) | Assignee: | Port Management Team <portmgr> | ||||
| Status: | Closed FIXED | ||||||
| Severity: | Affects Only Me | ||||||
| Priority: | Normal | ||||||
| Version: | Latest | ||||||
| Hardware: | Any | ||||||
| OS: | Any | ||||||
| Attachments: |
|
||||||
|
Description
dann
2000-10-30 00:20:01 UTC
I'd like to shred this PR, but I guess I can't. The proposed
fix was a gawdawful POS; I think the chemo is affecting what's
left of my brain :-/. Anyway, the following is *much* better;
kudos to Jeff Mountin and James Housley.
----------------------------------------------------------------
--- Makefile Tue Sep 26 19:08:53 2000
+++ Makefile.fixed Tue Oct 31 09:39:15 2000
@@ -49,6 +49,13 @@
SUBDIR += x11-toolkits
SUBDIR += x11-wm
+.for dir in ${SUBDIR}
+.if exists(${.CURDIR}/${dir}/Makefile)
+SUBDIR_EXISTS += ${dir}
+.endif
+.endfor
+SUBDIR = ${SUBDIR_EXISTS}
+
PORTSTOP= yes
.include <bsd.port.subdir.mk>
----------------------------------------------------------------
--
Dann Lunsford The only thing necessary for the triumph of evil
dann@greycat.com is that men of good will do nothing. -- Cicero
Responsible Changed From-To: freebsd-ports->asami PW's land. Responsible Changed From-To: asami->portmgr Over to new maintainer. State Changed From-To: open->closed Solved slightly differently as per PR #28510. Thanks for your patches though, and sorry for being so late fixing this issue. |