diff options
author | ats <ats@FreeBSD.org> | 1995-02-14 02:08:49 +0800 |
---|---|---|
committer | ats <ats@FreeBSD.org> | 1995-02-14 02:08:49 +0800 |
commit | 7f14aeb6925b9522d434c1610655c1c02694a3eb (patch) | |
tree | 26d0cb49fc8bd63fac000d1e0dea82bf202fb22a /editors/mule-common | |
parent | 9861972e138a540f6ddce00408d7d66e57b78fc6 (diff) | |
download | freebsd-ports-gnome-7f14aeb6925b9522d434c1610655c1c02694a3eb.tar.gz freebsd-ports-gnome-7f14aeb6925b9522d434c1610655c1c02694a3eb.tar.zst freebsd-ports-gnome-7f14aeb6925b9522d434c1610655c1c02694a3eb.zip |
Add an empty STRIP= line to the toplevel Makefile to get all shell-scripts
installed.
Diffstat (limited to 'editors/mule-common')
-rw-r--r-- | editors/mule-common/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/editors/mule-common/Makefile b/editors/mule-common/Makefile index c601218b89eb..359f1922c3dc 100644 --- a/editors/mule-common/Makefile +++ b/editors/mule-common/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 |