Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 3 Mar 1998 21:03:38 -0800 (PST)
From:      Brian Handy <handy@sag.space.lockheed.com>
To:        freebsd-ports@FreeBSD.ORG
Subject:   NOPORTDOCS question
Message-ID:  <Pine.OSF.3.96.980303205951.10001A-100000@sag.space.lockheed.com>

next in thread | raw e-mail | index | archive | help
Hey folks,

Working on another port, and I've got one question in my quest for a
friendlier, happier port.  (Mgv, a Motif-ghostview.)  

I want to use NOPORTDOCS.  The easiest way I saw to do this was to just
turn on/off the 'doc' directory in the top-level makefile.  It originally
looked like this:

subdirs = tools wlib doc


--> I thought it'd be pretty neat to just do something like:

subdirs = tools wlib
.ifndef ${NOPORTDOCS}		<-- (Line #45)
subdirs += doc
.endif


However, when I do this I get:

%gmake
GNUmakefile:45: *** missing separator.  Stop.


Can someone tell me what's up with this?  It's a GNUmakefile, runs on
gmake.

Thanks,


Brian


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.OSF.3.96.980303205951.10001A-100000>