diff options
author | frueauf <frueauf> | 1998-01-29 14:48:19 +0000 |
---|---|---|
committer | frueauf <frueauf> | 1998-01-29 14:48:19 +0000 |
commit | c18cfeea80acf47a4ebb5026945fcd0b1d2a9eb2 (patch) | |
tree | 2f0a1f07e81d1832193429c2af67aa933301477b | |
parent | 57b932f8ec6c57fa65f2c72e5c7651730eda987a (diff) | |
download | pkgsrc-c18cfeea80acf47a4ebb5026945fcd0b1d2a9eb2.tar.gz |
remove "--infodir=${PREFIX}/info" and "--infopath=${PREFIX}/info" to
avoid collisions with other packages. Apart from that, pkg/PLIST did
not reflect that change, now this is in sync again.
-rw-r--r-- | editors/xemacs20/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/editors/xemacs20/Makefile b/editors/xemacs20/Makefile index 59d706e0e90..dcdf687706d 100644 --- a/editors/xemacs20/Makefile +++ b/editors/xemacs20/Makefile @@ -3,7 +3,7 @@ # Date created: 26 August 1997 # Whom: Michael Elbel (me) # -# $NetBSD: Makefile,v 1.7 1998/01/28 17:03:09 tron Exp $ +# $NetBSD: Makefile,v 1.8 1998/01/29 14:48:19 frueauf Exp $ # FreeBSD Id: Makefile,v 1.1.1.1 1997/09/03 19:27:57 gj Exp # @@ -47,8 +47,6 @@ DISTFILES+= xemacs-20.3-mule.tar.gz CONFIGURE_ARGS+= ${ARCH}--`echo ${OPSYS}|tr [A-Z] [a-z]` --prefix=${PREFIX} \ --site-includes=${PREFIX}/include \ ${WITH_SOUND} \ - --infodir=${PREFIX}/info \ - --infopath=${PREFIX}/info \ --site-libraries=${PREFIX}/lib \ --sitelispdir="${PREFIX}/lib/xemacs/site-lisp ${PREFIX}/share/xemacs/site-lisp" \ ${WITH_MULE} ${WITH_DIALOGS} |