diff options
author | frueauf <frueauf@pkgsrc.org> | 1998-05-31 13:24:06 +0000 |
---|---|---|
committer | frueauf <frueauf@pkgsrc.org> | 1998-05-31 13:24:06 +0000 |
commit | 6aaa02b4acb9893c6971251e603d3d4658dba282 (patch) | |
tree | 938ffd0c24fc86093a74bd1138a275637f611742 /editors | |
parent | 1c4cc879993d5e107085f1cc1150da63e5365be5 (diff) | |
download | pkgsrc-6aaa02b4acb9893c6971251e603d3d4658dba282.tar.gz |
Add ${MACHINE_GNU_ARCH}--netbsd to CONFIGURE_ARGS to get the homogenous
name scheme for PLIST.
Diffstat (limited to 'editors')
-rw-r--r-- | editors/xemacs20/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/editors/xemacs20/Makefile b/editors/xemacs20/Makefile index 3f13d473d31..47065b13ebb 100644 --- a/editors/xemacs20/Makefile +++ b/editors/xemacs20/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.23 1998/05/31 12:45:56 frueauf Exp $ +# $NetBSD: Makefile,v 1.24 1998/05/31 13:24:06 frueauf Exp $ # FreeBSD Id: Makefile,v 1.1.1.1 1997/09/03 19:27:57 gj Exp # @@ -37,7 +37,8 @@ WITH_MULE= --with-mule DISTFILES+= xemacs-20.3-mule.tar.gz .endif -CONFIGURE_ARGS+=--prefix=${PREFIX} --site-includes=${PREFIX}/include \ +CONFIGURE_ARGS+=${MACHINE_GNU_ARCH}--netbsd --prefix=${PREFIX} \ + --site-includes=${PREFIX}/include \ ${WITH_SOUND} \ --site-libraries=${PREFIX}/lib \ --sitelispdir="${PREFIX}/lib/xemacs/site-lisp ${PREFIX}/share/xemacs/site-lisp" \ |