ports/175197: [MAINTAINER] textproc/yaml-mode.el: adopt OptionsNG
Yasuhiro KIMURA
yasu at utahime.org
Fri Jan 11 07:10:01 UTC 2013
>Number: 175197
>Category: ports
>Synopsis: [MAINTAINER] textproc/yaml-mode.el: adopt OptionsNG
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: maintainer-update
>Submitter-Id: current-users
>Arrival-Date: Fri Jan 11 07:10:01 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator: Yasuhiro KIMURA
>Release: FreeBSD 9.1-RELEASE amd64
>Organization:
>Environment:
System: FreeBSD xxxx 9.1-RELEASE FreeBSD 9.1-RELEASE #0 r245243: Fri Jan 11 10:39:45 JST 2013 xxxx amd64
>Description:
Adopt OptionsNG.
>How-To-Repeat:
>Fix:
--- patch-yaml-mode.el begins here ---
Index: Makefile
===================================================================
--- Makefile (revision 310216)
+++ Makefile (working copy)
@@ -26,8 +26,13 @@
LISPDIR= ${PREFIX}/${EMACS_VERSION_SITE_LISPDIR}
+OPTIONS_DEFINE= DOCS
+OPTIONS_DEFAULT= 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}
--- patch-yaml-mode.el ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list