diff options
author | gj <gj@FreeBSD.org> | 1997-11-19 04:41:44 +0800 |
---|---|---|
committer | gj <gj@FreeBSD.org> | 1997-11-19 04:41:44 +0800 |
commit | 8e79a32b7b32ad897578b5ddac5c8e253bbc2eb6 (patch) | |
tree | 8713001c71680ed1b7a93f1ec5bae9bafb9c567d /editors/xemacs | |
parent | 072d2bc5b80fc17d63853d2f89fd67709d905177 (diff) | |
download | freebsd-ports-gnome-8e79a32b7b32ad897578b5ddac5c8e253bbc2eb6.tar.gz freebsd-ports-gnome-8e79a32b7b32ad897578b5ddac5c8e253bbc2eb6.tar.zst freebsd-ports-gnome-8e79a32b7b32ad897578b5ddac5c8e253bbc2eb6.zip |
replace /usr/local with ${PREFIX} in CONFIGURE_ARGS
Obtained from: maintainer
Diffstat (limited to 'editors/xemacs')
-rw-r--r-- | editors/xemacs/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/editors/xemacs/Makefile b/editors/xemacs/Makefile index 5fd5a60dcb9f..14572abd3583 100644 --- a/editors/xemacs/Makefile +++ b/editors/xemacs/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 \ |