summaryrefslogtreecommitdiff
path: root/editors
diff options
context:
space:
mode:
authorPawel Pekala <pawel@FreeBSD.org>2016-01-07 16:55:35 +0000
committerPawel Pekala <pawel@FreeBSD.org>2016-01-07 16:55:35 +0000
commit55f72dabdad65078ce59ed009ef5c102e66497cd (patch)
tree955c1a52010f8b121e88b63055db4d86e84602ac /editors
parent- Remove x-generate-plist target using deprecated @dirrm, our make makeplist (diff)
- Remove deprecated @dirrm from pkg-plist
- Fix recursive COMMENT - Add NO_ARCH PR: 205840 Submitted by: myself Approved by: maintainer
Notes
Notes: svn path=/head/; revision=405474
Diffstat (limited to 'editors')
-rw-r--r--editors/flim/Makefile3
-rw-r--r--editors/flim/pkg-plist.emacs213
-rw-r--r--editors/flim/pkg-plist.xemacs21-mule3
3 files changed, 2 insertions, 7 deletions
diff --git a/editors/flim/Makefile b/editors/flim/Makefile
index cf33da8f0ac8..b945020d6958 100644
--- a/editors/flim/Makefile
+++ b/editors/flim/Makefile
@@ -10,13 +10,14 @@ MASTER_SITES= http://git.chise.org/elisp/dist/flim/flim-1.14/
PKGNAMESUFFIX= -${EMACS_PORT_NAME}
MAINTAINER?= nobutaka@FreeBSD.org
-COMMENT?= FLIM, message representation or encoding elisp library for emacs
+COMMENT?= Message representation or encoding elisp library for emacs
LICENSE= GPLv2
PORTCLASS?= master
USES= cpe makeinfo
+NO_ARCH= yes
CPE_VENDOR= gnu
diff --git a/editors/flim/pkg-plist.emacs21 b/editors/flim/pkg-plist.emacs21
index 401e020f50d7..59d6b763bf9a 100644
--- a/editors/flim/pkg-plist.emacs21
+++ b/editors/flim/pkg-plist.emacs21
@@ -70,12 +70,9 @@
%%EMACS_VERSION_SITE_LISPDIR%%/flim/smtp.elc
%%EMACS_VERSION_SITE_LISPDIR%%/flim/std11.el
%%EMACS_VERSION_SITE_LISPDIR%%/flim/std11.elc
-@dirrm %%EMACS_VERSION_SITE_LISPDIR%%/flim
%%PORTDOCS%%%%FLIMDOCDIR%%/ChangeLog
%%PORTDOCS%%%%FLIMDOCDIR%%/NEWS
%%PORTDOCS%%%%FLIMDOCDIR%%/README.en
%%PORTDOCS%%%%FLIMDOCDIR%%/README.ja
%%PORTDOCS%%%%FLIMDOCDIR%%/VERSION
-%%PORTDOCS%%@dirrm %%FLIMDOCDIR%%
share/flim/%%FLIM_COOKIE%%
-@dirrmtry share/flim
diff --git a/editors/flim/pkg-plist.xemacs21-mule b/editors/flim/pkg-plist.xemacs21-mule
index f641fc34f910..a916d5281db5 100644
--- a/editors/flim/pkg-plist.xemacs21-mule
+++ b/editors/flim/pkg-plist.xemacs21-mule
@@ -81,11 +81,8 @@
%%EMACS_PACKAGESDIR%%/lisp/flim/sha1.elc
%%EMACS_PACKAGESDIR%%/lisp/flim/smtp.el
%%EMACS_PACKAGESDIR%%/lisp/flim/smtp.elc
-@dirrm %%EMACS_PACKAGESDIR%%/lisp/flim
%%EMACS_PACKAGESDIR%%/info/mime-en.info
%%EMACS_PACKAGESDIR%%/info/mime-ja.info
%%EMACS_PACKAGESDIR%%/man/flim/mime-en.texi
%%EMACS_PACKAGESDIR%%/man/flim/mime-ja.texi
-@dirrm %%EMACS_PACKAGESDIR%%/man/flim
share/flim/%%FLIM_COOKIE%%
-@unexec rmdir %D/share/flim||(echo "===> Please ignore above error.";true)