diff options
author | Shigeyuki Fukushima <shige@FreeBSD.org> | 2001-10-22 18:25:33 +0000 |
---|---|---|
committer | Shigeyuki Fukushima <shige@FreeBSD.org> | 2001-10-22 18:25:33 +0000 |
commit | 8064f129714b42679693ff70206eabe8b3e9a45c (patch) | |
tree | 6a14ce330636f08c9ae2924d53cda74ec5f431a1 /editors/semi | |
parent | d320f43740d87a5e6fd4ba816693826803b7899a (diff) | |
download | ports-8064f129714b42679693ff70206eabe8b3e9a45c.tar.gz ports-8064f129714b42679693ff70206eabe8b3e9a45c.zip |
Notes
Diffstat (limited to 'editors/semi')
-rw-r--r-- | editors/semi/Makefile | 5 | ||||
-rw-r--r-- | editors/semi/pkg-descr.emacs20 | 1 | ||||
-rw-r--r-- | editors/semi/pkg-descr.emacs21 | 1 |
3 files changed, 2 insertions, 5 deletions
diff --git a/editors/semi/Makefile b/editors/semi/Makefile index 8c902ff510b5..2c23abaf6196 100644 --- a/editors/semi/Makefile +++ b/editors/semi/Makefile @@ -90,7 +90,7 @@ pre-install: .endif post-install: - @${MKDIR} -p ${LOCALBASE}/share/semi + @${MKDIR} ${LOCALBASE}/share/semi @${TOUCH} ${LOCALBASE}/share/semi/${SEMI_COOKIE} .if defined(REQUIRE_SETUPEL) && (${REQUIRE_SETUPEL} == "YES") @${MAKE} setupel-install @@ -105,7 +105,6 @@ post-install: @${MAKE} doc-install .endif - ############################################################################### # # miscellaneous local functions @@ -186,7 +185,7 @@ info-package-install: ${INSTALL_DATA} ${WRKSRC}/$${i} \ ${LOCALBASE}/${EMACS_PACKAGESDIR}/info ; \ done ; \ - ${MKDIR} -p ${LOCALBASE}/${EMACS_PACKAGESDIR}/man/semi ; \ + ${MKDIR} ${LOCALBASE}/${EMACS_PACKAGESDIR}/man/semi ; \ for i in mime-ui-en.texi mime-ui-ja.texi; do \ ${INSTALL_DATA} ${WRKSRC}/$${i} \ ${LOCALBASE}/${EMACS_PACKAGESDIR}/man/semi ; \ diff --git a/editors/semi/pkg-descr.emacs20 b/editors/semi/pkg-descr.emacs20 index 6cdf8aac2e11..9a3018f8bdae 100644 --- a/editors/semi/pkg-descr.emacs20 +++ b/editors/semi/pkg-descr.emacs20 @@ -7,7 +7,6 @@ SEMI, Library of MIME feature for GNU Emacs for emacs20. SEMI has the following features: - MIME message viewer (mime-view-mode) (RFC 2045 .. 2049) - MIME message composer (mime-edit-mode) (RFC 2045 .. 2049) - MIME message viewer and composer also support following features: - filename handling by Content-Disposition field (RFC 1806) - PGP/MIME security Multiparts (RFC 2015) diff --git a/editors/semi/pkg-descr.emacs21 b/editors/semi/pkg-descr.emacs21 index 6cdf8aac2e11..9a3018f8bdae 100644 --- a/editors/semi/pkg-descr.emacs21 +++ b/editors/semi/pkg-descr.emacs21 @@ -7,7 +7,6 @@ SEMI, Library of MIME feature for GNU Emacs for emacs20. SEMI has the following features: - MIME message viewer (mime-view-mode) (RFC 2045 .. 2049) - MIME message composer (mime-edit-mode) (RFC 2045 .. 2049) - MIME message viewer and composer also support following features: - filename handling by Content-Disposition field (RFC 1806) - PGP/MIME security Multiparts (RFC 2015) |