diff options
author | nobutaka <nobutaka@FreeBSD.org> | 2013-01-26 19:13:01 +0800 |
---|---|---|
committer | nobutaka <nobutaka@FreeBSD.org> | 2013-01-26 19:13:01 +0800 |
commit | c69cdde266698fc5e40c64def14b098a29517fc1 (patch) | |
tree | dbe4c28f1c12955a2f7bc8fbef815da6e678500e | |
parent | 18e7edd5da3fb6308e24d1d96a9a079784891959 (diff) | |
download | freebsd-ports-gnome-c69cdde266698fc5e40c64def14b098a29517fc1.tar.gz freebsd-ports-gnome-c69cdde266698fc5e40c64def14b098a29517fc1.tar.zst freebsd-ports-gnome-c69cdde266698fc5e40c64def14b098a29517fc1.zip |
Update MASTER_SITES and WWW.
Add license information.
Adopt OptionsNG.
Trim Makefile header.
Pet portlint.
PR: ports/175278
Submitted by: Yasuhiro KIMURA <yasu@utahime.org>
-rw-r--r-- | editors/flim/Makefile | 15 | ||||
-rw-r--r-- | editors/flim/pkg-descr | 2 | ||||
-rw-r--r-- | editors/flim/pkg-plist.emacs21 | 2 |
3 files changed, 10 insertions, 9 deletions
diff --git a/editors/flim/Makefile b/editors/flim/Makefile index 61a872d91629..b7b743bd77a6 100644 --- a/editors/flim/Makefile +++ b/editors/flim/Makefile @@ -1,21 +1,19 @@ -# New ports collection makefile for: flim-1.14.x for emacs21 -# Date created: 9 May 1999 -# Whom: Shigeyuki FUKUSHIMA <shige@FreeBSD.org> -# +# Created by: Shigeyuki FUKUSHIMA <shige@FreeBSD.org> # $FreeBSD$ -# PORTNAME= flim PORTVERSION= ${FLIM_VER} PORTREVISION= 11 PORTEPOCH= 1 CATEGORIES= editors elisp -MASTER_SITES= http://www.kanji.zinbun.kyoto-u.ac.jp/~tomo/lemi/dist/flim/flim-1.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 +LICENSE= GPLv2 + PORTCLASS?= master # distfile version @@ -34,6 +32,9 @@ USE_EMACS= yes EMACS_MASTERDIR_PKGFILES=YES DESCR= ${PKGDIR}/pkg-descr +OPTIONS_DEFINE= DOCS +OPTIONS_DEFAULT= DOCS + # target name for make build ALL_TARGET?= elc # environments @@ -103,7 +104,7 @@ POST_INSTALL_TARGET+= info-package-install manifest-install .else POST_INSTALL_TARGET+= info-install .endif -.if !defined(NOPORTDOCS) +.if ${PORT_OPTIONS:MDOCS} POST_INSTALL_TARGET+= doc-install .endif diff --git a/editors/flim/pkg-descr b/editors/flim/pkg-descr index db5243fe969a..fbb46459964d 100644 --- a/editors/flim/pkg-descr +++ b/editors/flim/pkg-descr @@ -9,4 +9,4 @@ FLIM, message representation or encoding emacs lisp library for emacs20. Ported by shige@FreeBSD.ORG -WWW: http://www.kanji.zinbun.kyoto-u.ac.jp/~tomo/elisp/FLIM/ (in Japanese) +WWW: http://git.chise.org/elisp/flim/ (in Japanese) diff --git a/editors/flim/pkg-plist.emacs21 b/editors/flim/pkg-plist.emacs21 index 54f022088837..8978577ce77c 100644 --- a/editors/flim/pkg-plist.emacs21 +++ b/editors/flim/pkg-plist.emacs21 @@ -84,4 +84,4 @@ info/mime-en.info info/mime-ja.info @exec install-info %D/info/mime-ja.info %D/info/dir share/flim/%%FLIM_COOKIE%% -@unexec /bin/rmdir %D/share/flim || true +@dirrmtry share/flim |