diff options
author | asami <asami@FreeBSD.org> | 1998-10-21 09:58:29 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1998-10-21 09:58:29 +0000 |
commit | eb6a4f1d553afeeeeb296a54e49476171c6d889e (patch) | |
tree | f00f8c41f911750dc1d356f6489eedfc494cbc63 /textproc | |
parent | ee55bd0f03bdf74af2879981bebe10be82cd3cd7 (diff) | |
download | FreeBSD-ports-eb6a4f1d553afeeeeb296a54e49476171c6d889e.zip FreeBSD-ports-eb6a4f1d553afeeeeb296a54e49476171c6d889e.tar.gz |
Remove extra trailing "\" -- the CONFIGURE_ARGS line was continuing onto
the "STRIP=".
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/coco/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/coco/Makefile b/textproc/coco/Makefile index 5261f8e..a604a18 100644 --- a/textproc/coco/Makefile +++ b/textproc/coco/Makefile @@ -3,7 +3,7 @@ # Date created: 7 July 1997 # Whom: Satoshi Taoka <taoka@infonets.hiroshima-u.ac.jp> # -# $Id: Makefile,v 1.32 1998/10/07 21:57:56 asami Exp $ +# $Id: Makefile,v 1.33 1998/10/08 23:51:59 asami Exp $ # DISTNAME= mule-2.3 @@ -62,7 +62,7 @@ EMACS_EXECUTABLE = mule CONFIGURE_ARGS= i386--freebsd --with-executable=${EMACS_EXECUTABLE} \ --with-emacs-prefix=${EMACS_PREFIX} \ --with-terminal-face \ - --x-includes=${X11BASE}/include --x-libraries=${X11BASE}/lib \ + --x-includes=${X11BASE}/include --x-libraries=${X11BASE}/lib STRIP= MAN1= coco.1 ctags.1 etags.1 m2ps.1 emacs.1 mule.1 |