diff options
author | ats <ats@FreeBSD.org> | 1995-02-13 18:08:49 +0000 |
---|---|---|
committer | ats <ats@FreeBSD.org> | 1995-02-13 18:08:49 +0000 |
commit | 7f14aeb6925b9522d434c1610655c1c02694a3eb (patch) | |
tree | 26d0cb49fc8bd63fac000d1e0dea82bf202fb22a /editors/mule | |
parent | 9861972e138a540f6ddce00408d7d66e57b78fc6 (diff) | |
download | FreeBSD-ports-7f14aeb6925b9522d434c1610655c1c02694a3eb.zip FreeBSD-ports-7f14aeb6925b9522d434c1610655c1c02694a3eb.tar.gz |
Add an empty STRIP= line to the toplevel Makefile to get all shell-scripts
installed.
Diffstat (limited to 'editors/mule')
-rw-r--r-- | editors/mule/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/editors/mule/Makefile b/editors/mule/Makefile index c601218..359f192 100644 --- a/editors/mule/Makefile +++ b/editors/mule/Makefile @@ -3,7 +3,7 @@ # Date created: 22 November 1994 # Whom: Satoshi Asami (asami) # -# $Id: Makefile,v 1.5 1994/12/23 06:56:00 asami Exp $ +# $Id: Makefile,v 1.6 1995/01/03 14:16:51 asami Exp $ # DISTNAME= mule-2.2 @@ -11,6 +11,7 @@ DISTFILES= emacs-19.28.tar.gz MASTER_SITES= ftp://prep.ai.mit.edu/pub/gnu/ USE_GMAKE= yes HAS_CONFIGURE= yes +STRIP= CONFIGURE_ARGS= i386--freebsd --prefix=${PREFIX} --with-x-toolkit \ --wnn --wnn-libraries=/usr/X11R6/lib \ --wnn-includes=/usr/X11R6/include/wnn --terminal-face |