From 8064f129714b42679693ff70206eabe8b3e9a45c Mon Sep 17 00:00:00 2001 From: Shigeyuki Fukushima Date: Mon, 22 Oct 2001 18:25:33 +0000 Subject: Eliminate portlint fatals and warnings as many as possible. --- editors/flim/Makefile | 9 ++++----- editors/flim/pkg-comment | 2 +- editors/flim/pkg-comment.emacs20 | 2 +- editors/flim/pkg-comment.emacs21 | 2 +- 4 files changed, 7 insertions(+), 8 deletions(-) (limited to 'editors/flim') diff --git a/editors/flim/Makefile b/editors/flim/Makefile index 63d9bef43e93..ba6f14947b05 100644 --- a/editors/flim/Makefile +++ b/editors/flim/Makefile @@ -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 ; \ diff --git a/editors/flim/pkg-comment b/editors/flim/pkg-comment index 8517efff787a..4943f5883e60 100644 --- a/editors/flim/pkg-comment +++ b/editors/flim/pkg-comment @@ -1 +1 @@ -FLIM, message representation or encoding emacs lisp library for emacs20 +FLIM, message representation or encoding elisp library for emacs20 diff --git a/editors/flim/pkg-comment.emacs20 b/editors/flim/pkg-comment.emacs20 index 8517efff787a..4943f5883e60 100644 --- a/editors/flim/pkg-comment.emacs20 +++ b/editors/flim/pkg-comment.emacs20 @@ -1 +1 @@ -FLIM, message representation or encoding emacs lisp library for emacs20 +FLIM, message representation or encoding elisp library for emacs20 diff --git a/editors/flim/pkg-comment.emacs21 b/editors/flim/pkg-comment.emacs21 index 8517efff787a..4943f5883e60 100644 --- a/editors/flim/pkg-comment.emacs21 +++ b/editors/flim/pkg-comment.emacs21 @@ -1 +1 @@ -FLIM, message representation or encoding emacs lisp library for emacs20 +FLIM, message representation or encoding elisp library for emacs20 -- cgit v1.2.3