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