diff options
author | shige <shige@FreeBSD.org> | 2001-10-22 18:25:33 +0000 |
---|---|---|
committer | shige <shige@FreeBSD.org> | 2001-10-22 18:25:33 +0000 |
commit | 4b62875b9fb14de6a668a06d4b5994c12bc276e3 (patch) | |
tree | a9102725b132d569bf3e4ba205d197a9d3001458 /editors/semi | |
parent | c2b576803be9a4e22658b3720c892df7f93aad72 (diff) | |
download | FreeBSD-ports-4b62875b9fb14de6a668a06d4b5994c12bc276e3.zip FreeBSD-ports-4b62875b9fb14de6a668a06d4b5994c12bc276e3.tar.gz |
Eliminate portlint fatals and warnings as many as possible.
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 8c902ff..2c23aba 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 6cdf8aa..9a3018f 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 6cdf8aa..9a3018f 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) |