pkgsrc/x11/imake
grant ad75d933c1 we already patched SUBDIRS= # empty because this only builds imake, so
also comment out #define IHaveSubdirs.

imake builds different targets for "includes" based on whether
IHaveSubdirs is defined. however, this was only working by chance
because if IHaveSubdirs is defined, the shell code
used is:

	for blah in $(SUBDIRS); do

which doesn't work with Solaris sh(1) or ksh(1), where NetBSD sh(1),
bash(1), etc. just skip empty for loops.

fixes install on Solaris.
2004-07-03 04:05:13 +00:00
..
files Upgrade XFree86 packages to 4.4.0. 2004-03-28 22:06:15 +00:00
patches we already patched SUBDIRS= # empty because this only builds imake, so 2004-07-03 04:05:13 +00:00
DESCR
distinfo we already patched SUBDIRS= # empty because this only builds imake, so 2004-07-03 04:05:13 +00:00
Makefile Enable pkgviews installation. 2004-04-20 16:17:26 +00:00
PLIST Upgrade XFree86 packages to 4.4.0. 2004-03-28 22:06:15 +00:00