Eliminate portlint fatals and warnings as many as possible.
This commit is contained in:
parent
d320f43740
commit
8064f12971
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=49089
@ -13,9 +13,10 @@ MASTER_SITES= ftp://ftp.m17n.org/pub/mule/flim/flim-1.14/ \
|
||||
ftp://ftp.media.kyoto-u.ac.jp/pub/mule/flim/flim-1.14/ \
|
||||
ftp://ftp.win.or.jp/pub/word/mule/flim/flim-1.14/ \
|
||||
ftp://ftp.eos.hokudai.ac.jp/pub/GNU/emacs/mule/flim/flim-1.14/
|
||||
MAINTAINER?= shige@FreeBSD.org
|
||||
PKGNAMESUFFIX= -${EMACS_PORT_NAME}
|
||||
|
||||
MAINTAINER?= shige@FreeBSD.org
|
||||
|
||||
PORTCLASS?= master
|
||||
|
||||
# distfile version
|
||||
@ -99,7 +100,7 @@ pre-install:
|
||||
|
||||
post-install:
|
||||
# install package-cookie
|
||||
@${MKDIR} -p ${LOCALBASE}/share/flim
|
||||
@${MKDIR} ${LOCALBASE}/share/flim
|
||||
@${TOUCH} ${LOCALBASE}/share/flim/${FLIM_COOKIE}
|
||||
.if defined(REQUIRE_SETUPEL) && (${REQUIRE_SETUPEL} == "YES")
|
||||
@${MAKE} setupel-install
|
||||
@ -114,7 +115,6 @@ post-install:
|
||||
@${MAKE} doc-install
|
||||
.endif
|
||||
|
||||
|
||||
###############################################################################
|
||||
#
|
||||
# miscellaneous local functions
|
||||
@ -175,7 +175,6 @@ setupel-install:
|
||||
@${INSTALL_DATA} ${WRKDIR}/${FLIM_SETUPEL} \
|
||||
${LOCALBASE}/${EMACS_LIBDIR_WITH_VER}/site-lisp
|
||||
|
||||
|
||||
info-install:
|
||||
@(cd ${WRKSRC} ; \
|
||||
for i in mime-en.info; do \
|
||||
@ -196,7 +195,7 @@ info-package-install:
|
||||
${INSTALL_DATA} ${WRKSRC}/$${i} \
|
||||
${LOCALBASE}/${EMACS_PACKAGESDIR}/info ; \
|
||||
done ; \
|
||||
${MKDIR} -p ${LOCALBASE}/${EMACS_PACKAGESDIR}/man/flim ; \
|
||||
${MKDIR} ${LOCALBASE}/${EMACS_PACKAGESDIR}/man/flim ; \
|
||||
for i in mime-en.texi mime-ja.texi; do \
|
||||
${INSTALL_DATA} ${WRKSRC}/$${i} \
|
||||
${LOCALBASE}/${EMACS_PACKAGESDIR}/man/flim ; \
|
||||
|
@ -1 +1 @@
|
||||
FLIM, message representation or encoding emacs lisp library for emacs20
|
||||
FLIM, message representation or encoding elisp library for emacs20
|
||||
|
@ -1 +1 @@
|
||||
FLIM, message representation or encoding emacs lisp library for emacs20
|
||||
FLIM, message representation or encoding elisp library for emacs20
|
||||
|
@ -1 +1 @@
|
||||
FLIM, message representation or encoding emacs lisp library for emacs20
|
||||
FLIM, message representation or encoding elisp library for emacs20
|
||||
|
@ -13,9 +13,10 @@ MASTER_SITES= ftp://ftp.m17n.org/pub/mule/flim/flim-1.14/ \
|
||||
ftp://ftp.media.kyoto-u.ac.jp/pub/mule/flim/flim-1.14/ \
|
||||
ftp://ftp.win.or.jp/pub/word/mule/flim/flim-1.14/ \
|
||||
ftp://ftp.eos.hokudai.ac.jp/pub/GNU/emacs/mule/flim/flim-1.14/
|
||||
MAINTAINER?= shige@FreeBSD.org
|
||||
PKGNAMESUFFIX= -${EMACS_PORT_NAME}
|
||||
|
||||
MAINTAINER?= shige@FreeBSD.org
|
||||
|
||||
PORTCLASS?= master
|
||||
|
||||
# distfile version
|
||||
@ -99,7 +100,7 @@ pre-install:
|
||||
|
||||
post-install:
|
||||
# install package-cookie
|
||||
@${MKDIR} -p ${LOCALBASE}/share/flim
|
||||
@${MKDIR} ${LOCALBASE}/share/flim
|
||||
@${TOUCH} ${LOCALBASE}/share/flim/${FLIM_COOKIE}
|
||||
.if defined(REQUIRE_SETUPEL) && (${REQUIRE_SETUPEL} == "YES")
|
||||
@${MAKE} setupel-install
|
||||
@ -114,7 +115,6 @@ post-install:
|
||||
@${MAKE} doc-install
|
||||
.endif
|
||||
|
||||
|
||||
###############################################################################
|
||||
#
|
||||
# miscellaneous local functions
|
||||
@ -175,7 +175,6 @@ setupel-install:
|
||||
@${INSTALL_DATA} ${WRKDIR}/${FLIM_SETUPEL} \
|
||||
${LOCALBASE}/${EMACS_LIBDIR_WITH_VER}/site-lisp
|
||||
|
||||
|
||||
info-install:
|
||||
@(cd ${WRKSRC} ; \
|
||||
for i in mime-en.info; do \
|
||||
@ -196,7 +195,7 @@ info-package-install:
|
||||
${INSTALL_DATA} ${WRKSRC}/$${i} \
|
||||
${LOCALBASE}/${EMACS_PACKAGESDIR}/info ; \
|
||||
done ; \
|
||||
${MKDIR} -p ${LOCALBASE}/${EMACS_PACKAGESDIR}/man/flim ; \
|
||||
${MKDIR} ${LOCALBASE}/${EMACS_PACKAGESDIR}/man/flim ; \
|
||||
for i in mime-en.texi mime-ja.texi; do \
|
||||
${INSTALL_DATA} ${WRKSRC}/$${i} \
|
||||
${LOCALBASE}/${EMACS_PACKAGESDIR}/man/flim ; \
|
||||
|
@ -1 +1 @@
|
||||
FLIM, message representation or encoding emacs lisp library for emacs20
|
||||
FLIM, message representation or encoding elisp library for emacs20
|
||||
|
@ -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 ; \
|
||||
|
@ -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)
|
||||
|
@ -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)
|
||||
|
@ -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 ; \
|
||||
|
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user