freebsd-ports/editors/emacs/Makefile
Andreas Schulz 97dbcb4fff 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.
1995-02-13 13:02:31 +00:00

17 lines
359 B
Makefile

# New ports collection makefile for: GNU emacs
# Version required: 19.28
# Date created: 29 October 1994
# Whom: jkh
#
# $Id: Makefile,v 1.11 1995/01/09 12:06:29 jkh Exp $
#
DISTNAME= emacs-19.28
USE_GMAKE= yes
HAS_CONFIGURE= yes
STRIP=
CONFIGURE_ARGS= i386--freebsd --prefix=${PREFIX}
MASTER_SITES= ftp://prep.ai.mit.edu/pub/gnu/
.include <bsd.port.mk>