diff options
author | taoka <taoka@FreeBSD.org> | 2000-06-23 23:53:33 +0800 |
---|---|---|
committer | taoka <taoka@FreeBSD.org> | 2000-06-23 23:53:33 +0800 |
commit | 4c069d3d79a437b48a92b0a9ce907e7a8db1a301 (patch) | |
tree | 6cdc6fa717535219c9c6f3de5331b8574525ed71 /editors | |
parent | 820449668355a1bd6bb6e1303228e467be9085d9 (diff) | |
download | freebsd-ports-gnome-4c069d3d79a437b48a92b0a9ce907e7a8db1a301.tar.gz freebsd-ports-gnome-4c069d3d79a437b48a92b0a9ce907e7a8db1a301.tar.zst freebsd-ports-gnome-4c069d3d79a437b48a92b0a9ce907e7a8db1a301.zip |
Unnecessary to create "info/dir"
Diffstat (limited to 'editors')
-rw-r--r-- | editors/mule-common/pkg-plist | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/mule-common/pkg-plist b/editors/mule-common/pkg-plist index af0d3bd81ad5..38dbcebcd928 100644 --- a/editors/mule-common/pkg-plist +++ b/editors/mule-common/pkg-plist @@ -151,7 +151,7 @@ info/terminology @exec install-info --section="The Emacs editor and associated tools" --entry="* Egg-jp: (egg-jp). Japanese/Chinese Inputting Method. (Japanese)" %D/info/egg-jp %D/info/dir @exec install-info --section="The Emacs editor and associated tools" --entry="* Canna-jp: (canna-jp). Another Japanese Inputting Method. (Japanese)" %D/info/canna-jp %D/info/dir @comment -@exec [ -f %D/share/mule/%%EMACS_VERSION%%/info/dir ] || mkdir -p %D/share/mule/%%EMACS_VERSION%%/info; sed -ne '1,/Menu:/p' /usr/share/info/dir > %D/share/mule/%%EMACS_VERSION%%/info/dir +@exec [ -f %D/share/mule/%%EMACS_VERSION%%/info/dir ] || mkdir -p %D/share/mule/%%EMACS_VERSION%%/info libexec/mule/%%EMACS_VERSION%%/%%EMACS_ARCH%%/cvtmail libexec/mule/%%EMACS_VERSION%%/%%EMACS_ARCH%%/digest-doc libexec/mule/%%EMACS_VERSION%%/%%EMACS_ARCH%%/emacsserver |