Date: Wed, 17 Jun 1998 01:50:01 -0700 (PDT) From: Thomas Gellekum <tg@ihf.rwth-aachen.de> To: freebsd-ports@FreeBSD.ORG Subject: Re: ports/6972: lesstif port won't install Message-ID: <199806170850.BAA00469@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/6972; it has been noted by GNATS. From: Thomas Gellekum <tg@ihf.rwth-aachen.de> To: dom@phmit.demon.co.uk Cc: FreeBSD-gnats-submit@FreeBSD.ORG Subject: Re: ports/6972: lesstif port won't install Date: 17 Jun 1998 10:43:38 +0200 Dom Mitchell <dom@phmit.demon.co.uk> writes: > >Number: 6972 > >Category: ports > >Synopsis: lesstif port won't install because of strip on script > >Description: > > When doing a make install in /usr/ports/x11/lesstif, I get an error > message complaining that mxmkmf can't be stripped as it is a script. > This is because the Makefile in work/lesstif-0.85/lib/config specifies > INSTALL_SCRIPT to be INSTALL_PROGRAM. Hm. My lib/config/Makefile looks like this after running configure: INSTALL = /usr/bin/install -c -o bin -g bin INSTALL_PROGRAM = install -c -s -o bin -g bin -m 555 INSTALL_DATA = install -c -o bin -g bin -m 444 INSTALL_SCRIPT = install -c -o bin -g bin -m 555 transform = s,x,x, No problem here. Something wrong with your environment? bsd.port.mk out of date? tg 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?199806170850.BAA00469>