diff options
author | yoichi <yoichi@FreeBSD.org> | 2005-10-25 05:49:01 +0800 |
---|---|---|
committer | yoichi <yoichi@FreeBSD.org> | 2005-10-25 05:49:01 +0800 |
commit | 424ef182d6739a95ff136b21ed7bc3afe4cc056c (patch) | |
tree | 9df796e4582d9925ac8dcb857871769e2efbd33c /editors | |
parent | 974ba9b2ddcfa41b8f8959e685cf60a73900badb (diff) | |
download | freebsd-ports-gnome-424ef182d6739a95ff136b21ed7bc3afe4cc056c.tar.gz freebsd-ports-gnome-424ef182d6739a95ff136b21ed7bc3afe4cc056c.tar.zst freebsd-ports-gnome-424ef182d6739a95ff136b21ed7bc3afe4cc056c.zip |
add prefix=${PREFIX} to MAKE_ARGS for non-standard PREFIX
Submitted by: kris
Diffstat (limited to 'editors')
-rw-r--r-- | editors/eshell-emacs20/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/editors/eshell-emacs20/Makefile b/editors/eshell-emacs20/Makefile index 8f7ea670e9f8..6dbd2c428871 100644 --- a/editors/eshell-emacs20/Makefile +++ b/editors/eshell-emacs20/Makefile @@ -7,6 +7,7 @@ PORTNAME= eshell PORTVERSION= 2.4.2 +PORTREVISION= 1 CATEGORIES= editors elisp MASTER_SITES= http://www.newartisans.com/johnw/Emacs/packages/ PKGNAMESUFFIX= -${EMACS_PORT_NAME} @@ -20,6 +21,7 @@ EMACS_PORT_NAME= emacs20 PCOMPLETE_VERSION= 1.1.7 MAKE_ARGS+= lispdir=${PREFIX}/${EMACS_VERSION_SITE_LISPDIR} \ + prefix=${PREFIX} \ CP="${INSTALL_DATA}" ALL_TARGET= default |