diff options
author | Jason Helfman <jgh@FreeBSD.org> | 2013-01-15 21:45:33 +0000 |
---|---|---|
committer | Jason Helfman <jgh@FreeBSD.org> | 2013-01-15 21:45:33 +0000 |
commit | f41a2583470055aa31a59aaad0216402dc58b98f (patch) | |
tree | 37b1d6fea7a4f2e331b351068a7682b0a19563cd /textproc/yaml-mode.el | |
parent | 31d3a51f343b39b0e06e9abaec29718cc9efdc29 (diff) | |
download | ports-f41a2583470055aa31a59aaad0216402dc58b98f.tar.gz ports-f41a2583470055aa31a59aaad0216402dc58b98f.zip |
Notes
Diffstat (limited to 'textproc/yaml-mode.el')
-rw-r--r-- | textproc/yaml-mode.el/Makefile | 14 | ||||
-rw-r--r-- | textproc/yaml-mode.el/pkg-descr | 2 |
2 files changed, 9 insertions, 7 deletions
diff --git a/textproc/yaml-mode.el/Makefile b/textproc/yaml-mode.el/Makefile index 73c9645a23b6..1bac518c7dfa 100644 --- a/textproc/yaml-mode.el/Makefile +++ b/textproc/yaml-mode.el/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: yaml-mode.el -# Date created: 07 Jun 2007 -# Whom: KIMURA Yasuhiro <yasu@utahime.org> -# +# Created by: KIMURA Yasuhiro <yasu@utahime.org> # $FreeBSD$ -# PORTNAME= yaml-mode.el PORTVERSION= 0.0.8 @@ -14,6 +10,8 @@ PKGNAMESUFFIX= -${EMACS_PORT_NAME} MAINTAINER= yasu@utahime.org COMMENT= Simple major mode to edit YAML file for Emacsen +LICENSE= GPLv2 + USE_GITHUB= yes GH_ACCOUNT= yoshiki GH_PROJECT= yaml-mode @@ -26,8 +24,12 @@ MAKE_ENV+= LISPDIR=${LISPDIR} LISPDIR= ${PREFIX}/${EMACS_VERSION_SITE_LISPDIR} +OPTIONS_DEFINE= DOCS + +.include <bsd.port.options.mk> + post-install: -.if !defined(NOPORTDOCS) +.if ${PORT_OPTIONS:MDOCS} ${MKDIR} ${DOCSDIR} .for file in Changes README ${INSTALL_MAN} ${WRKSRC}/${file} ${DOCSDIR} diff --git a/textproc/yaml-mode.el/pkg-descr b/textproc/yaml-mode.el/pkg-descr index f8477170b8a3..a8290a1304b0 100644 --- a/textproc/yaml-mode.el/pkg-descr +++ b/textproc/yaml-mode.el/pkg-descr @@ -1,3 +1,3 @@ This is a major mode for editing files in the YAML data serialization format. -WWW: http://yaml-mode.clouder.jp/ +WWW: https://github.com/yoshiki/yaml-mode |