From 76f1cf3f43bae0854457586f67f0efe54b1f5cda Mon Sep 17 00:00:00 2001 From: Gary Jennejohn Date: Tue, 18 Nov 1997 20:41:44 +0000 Subject: replace /usr/local with ${PREFIX} in CONFIGURE_ARGS Obtained from: maintainer --- editors/xemacs-devel/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'editors/xemacs-devel') diff --git a/editors/xemacs-devel/Makefile b/editors/xemacs-devel/Makefile index 5fd5a60dcb9f..14572abd3583 100644 --- a/editors/xemacs-devel/Makefile +++ b/editors/xemacs-devel/Makefile @@ -3,7 +3,7 @@ # Date created: 26 August 1997 # Whom: Michael Elbel (me) # -# $Id: Makefile,v 1.2 1997/11/08 22:15:37 gj Exp $ +# $Id: Makefile,v 1.3 1997/11/12 21:41:33 gj Exp $ # DISTNAME= xemacs-20.2 @@ -29,8 +29,8 @@ HAS_CONFIGURE= yes CONFIGURE_ARGS= i386--freebsd --prefix=${PREFIX} \ --statedir=/var/run \ --with-sound=native \ - --site-includes=/usr/local/include \ - --site-libraries=/usr/local/lib \ + --site-includes=${PREFIX}/include \ + --site-libraries=${PREFIX}/lib \ --sitelispdir="${PREFIX}/lib/xemacs/site-lisp ${PREFIX}/share/emacs/site-lisp" \ ${WITH_MULE} ${WITH_DIALOGS} MAN1= ctags.1 etags.1 gnuattach.1 gnuclient.1 gnudoit.1 \ -- cgit v1.2.3