diff options
author | shige <shige@FreeBSD.org> | 1999-10-21 19:35:16 +0800 |
---|---|---|
committer | shige <shige@FreeBSD.org> | 1999-10-21 19:35:16 +0800 |
commit | 092c4e81b49dcd63d3e839a36a0c25da95200f8c (patch) | |
tree | 6588c1b85fe4e4a18f90d905b7aa7434a3fbd8d9 /editors/apel-xemacs21-mule | |
parent | dd0df248b0bc1d45c10bbab297a7ac6d69b51475 (diff) | |
download | freebsd-ports-graphics-092c4e81b49dcd63d3e839a36a0c25da95200f8c.tar.gz freebsd-ports-graphics-092c4e81b49dcd63d3e839a36a0c25da95200f8c.tar.zst freebsd-ports-graphics-092c4e81b49dcd63d3e839a36a0c25da95200f8c.zip |
Fix too bad dependency.
before: ${PREFIX}/lib/xemacs/site-packages/../xemacs-packages
(If site-packages directory does not exist, this dependency is broken.)
new: ${PREFIX}/lib/xemacs/xemacs-packages
Diffstat (limited to 'editors/apel-xemacs21-mule')
-rw-r--r-- | editors/apel-xemacs21-mule/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/editors/apel-xemacs21-mule/Makefile b/editors/apel-xemacs21-mule/Makefile index 23e01638bc9..c2ccc742753 100644 --- a/editors/apel-xemacs21-mule/Makefile +++ b/editors/apel-xemacs21-mule/Makefile @@ -17,7 +17,8 @@ MASTERDIR= ${.CURDIR}/../../editors/apel-emacs EMACS_NAME= xemacs EMACS_PORT= xemacs-mule EMACS_VER= 21.1.6 -EMACS_PACKAGESDIR= lib/${EMACS_NAME}/site-packages +EMACS_LIBDIR= lib/${EMACS_NAME} +EMACS_PACKAGESDIR= ${EMACS_LIBDIR}/site-packages # packages-subdirectories which this port requires EMACS_PACKAGES_SUBDIRS= lisp pkginfo |