svn commit: r311005 - head/editors/flim
MANTANI Nobutaka
nobutaka at FreeBSD.org
Sat Jan 26 11:13:03 UTC 2013
Author: nobutaka
Date: Sat Jan 26 11:13:01 2013
New Revision: 311005
URL: http://svnweb.freebsd.org/changeset/ports/311005
Log:
Update MASTER_SITES and WWW.
Add license information.
Adopt OptionsNG.
Trim Makefile header.
Pet portlint.
PR: ports/175278
Submitted by: Yasuhiro KIMURA <yasu at utahime.org>
Modified:
head/editors/flim/Makefile
head/editors/flim/pkg-descr
head/editors/flim/pkg-plist.emacs21
Modified: head/editors/flim/Makefile
==============================================================================
--- head/editors/flim/Makefile Sat Jan 26 11:06:01 2013 (r311004)
+++ head/editors/flim/Makefile Sat Jan 26 11:13:01 2013 (r311005)
@@ -1,21 +1,19 @@
-# New ports collection makefile for: flim-1.14.x for emacs21
-# Date created: 9 May 1999
-# Whom: Shigeyuki FUKUSHIMA <shige at FreeBSD.org>
-#
+# Created by: Shigeyuki FUKUSHIMA <shige at 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 at 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-insta
.else
POST_INSTALL_TARGET+= info-install
.endif
-.if !defined(NOPORTDOCS)
+.if ${PORT_OPTIONS:MDOCS}
POST_INSTALL_TARGET+= doc-install
.endif
Modified: head/editors/flim/pkg-descr
==============================================================================
--- head/editors/flim/pkg-descr Sat Jan 26 11:06:01 2013 (r311004)
+++ head/editors/flim/pkg-descr Sat Jan 26 11:13:01 2013 (r311005)
@@ -9,4 +9,4 @@ FLIM, message representation or encoding
Ported by shige at 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)
Modified: head/editors/flim/pkg-plist.emacs21
==============================================================================
--- head/editors/flim/pkg-plist.emacs21 Sat Jan 26 11:06:01 2013 (r311004)
+++ head/editors/flim/pkg-plist.emacs21 Sat Jan 26 11:13:01 2013 (r311005)
@@ -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%%
- at unexec /bin/rmdir %D/share/flim || true
+ at dirrmtry share/flim
More information about the svn-ports-head
mailing list