Date: Mon, 13 Feb 1995 05:05:11 -0800 From: Andreas Schulz <ats> To: CVS-commiters, cvs-ports Subject: cvs commit: ports/editors/emacs/pkg PLIST Message-ID: <199502131305.FAA00776@freefall.cdrom.com>
next in thread | raw e-mail | index | archive | help
ats 95/02/13 05:05:09 Modified: editors/emacs Makefile Log: Add a "STRIP= " to the Makefile to prevent a problem that install will be called with a "-s" flag for shell-scripts, fells flat on the nose and doesn't install them. We have a serious problem with name overloading here. The bsd.port.mk file uses INSTALL and INSTALL_PROGRAM that is also used from GNU's autoconfigure script. If configure detects them it uses it happily with sometimes surprising results. Normally configure know that shell scripts doesn't need the "-s" flag but our INSTALL in bsd.port.mk always uses the "-s" flag and overides configure's autodetection of the correct install and the installflags. Modified: editors/emacs/pkg PLIST Log: Correct the packing list. The texi.info* and some of the info files are not in the source of emacs.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199502131305.FAA00776>