diff options
author | Shigeyuki Fukushima <shige@FreeBSD.org> | 1999-10-18 16:18:22 +0000 |
---|---|---|
committer | Shigeyuki Fukushima <shige@FreeBSD.org> | 1999-10-18 16:18:22 +0000 |
commit | 8be68b9a25f616bc2be14ecbc4987b8a3514b66b (patch) | |
tree | dd51a551c9893d75b66fac716fc40f9df2b82077 /editors/apel-xemacs21-mule | |
parent | d362fdf6d937a871c6ad2f615abdc5bb40480d3a (diff) |
Notes
Diffstat (limited to 'editors/apel-xemacs21-mule')
-rw-r--r-- | editors/apel-xemacs21-mule/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/editors/apel-xemacs21-mule/Makefile b/editors/apel-xemacs21-mule/Makefile index 0e66acac5da8..23e01638bc95 100644 --- a/editors/apel-xemacs21-mule/Makefile +++ b/editors/apel-xemacs21-mule/Makefile @@ -17,7 +17,9 @@ MASTERDIR= ${.CURDIR}/../../editors/apel-emacs EMACS_NAME= xemacs EMACS_PORT= xemacs-mule EMACS_VER= 21.1.6 -EMACS_PACKAGESDIR= lib/${EMACS_NAME}/${EMACS_NAME}-packages +EMACS_PACKAGESDIR= lib/${EMACS_NAME}/site-packages +# packages-subdirectories which this port requires +EMACS_PACKAGES_SUBDIRS= lisp pkginfo # how to install ALL_TARGET= package |