diff options
author | pawel <pawel@FreeBSD.org> | 2016-01-08 00:55:35 +0800 |
---|---|---|
committer | pawel <pawel@FreeBSD.org> | 2016-01-08 00:55:35 +0800 |
commit | 9546d51ed7f5a9540a628888e15d24675c2cfb63 (patch) | |
tree | 955c1a52010f8b121e88b63055db4d86e84602ac | |
parent | c261c7fa1f5cc1d39ea34a6bf6dc503667d6317f (diff) | |
download | freebsd-ports-gnome-9546d51ed7f5a9540a628888e15d24675c2cfb63.tar.gz freebsd-ports-gnome-9546d51ed7f5a9540a628888e15d24675c2cfb63.tar.zst freebsd-ports-gnome-9546d51ed7f5a9540a628888e15d24675c2cfb63.zip |
- Remove deprecated @dirrm from pkg-plist
- Fix recursive COMMENT
- Add NO_ARCH
PR: 205840
Submitted by: myself
Approved by: maintainer
-rw-r--r-- | editors/flim/Makefile | 3 | ||||
-rw-r--r-- | editors/flim/pkg-plist.emacs21 | 3 | ||||
-rw-r--r-- | editors/flim/pkg-plist.xemacs21-mule | 3 |
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) |