diff options
author | knu <knu@FreeBSD.org> | 2001-06-16 16:46:37 +0800 |
---|---|---|
committer | knu <knu@FreeBSD.org> | 2001-06-16 16:46:37 +0800 |
commit | 9540dba52307607fd05c16409daac11b97fcd7cf (patch) | |
tree | 0883a76d67797faea5519e1b6733de7c2c7538c7 /textproc/ruby-rd-mode.el | |
parent | 6346e78f9ba9914fd69b662fb0d9885ac9317f6c (diff) | |
download | freebsd-ports-gnome-9540dba52307607fd05c16409daac11b97fcd7cf.tar.gz freebsd-ports-gnome-9540dba52307607fd05c16409daac11b97fcd7cf.tar.zst freebsd-ports-gnome-9540dba52307607fd05c16409daac11b97fcd7cf.zip |
Put dummy files in the empty directories so they are surely packed.
Let each elisp port create XEMACSLISPDIR by itself.
Diffstat (limited to 'textproc/ruby-rd-mode.el')
-rw-r--r-- | textproc/ruby-rd-mode.el/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/textproc/ruby-rd-mode.el/Makefile b/textproc/ruby-rd-mode.el/Makefile index a7dba0878f19..c2d916da5199 100644 --- a/textproc/ruby-rd-mode.el/Makefile +++ b/textproc/ruby-rd-mode.el/Makefile @@ -31,6 +31,7 @@ do-extract: ${LN} -sf `cd ${.CURDIR}/../ruby-rdtool && ${MAKE} -V WRKSRC`/utils ${WRKSRC} do-install: + ${MKDIR} ${XEMACSLISPDIR}/ .for f in ${ELISP_FILES} ${INSTALL_DATA} ${WRKSRC}/${f} ${RUBY_ELISPDIR}/ ${LN} -sf ${RUBY_ELISPDIR}/${f} ${EMACSLISPDIR}/ |