mirror of
https://git.freebsd.org/ports.git
synced 2025-05-03 12:06:39 -04:00
- Bump Emacs version in Mk/Uses/emacs.mk to update version-specific paths - Bump PORTREVISION of ports with USES=emacs. This is required for two reasons. Emacs lisp files need to be byte compiled for the new Emacs version, and files installed under, e.g., EMACS_VERSION_SITE_LISPDIR need to be relocated. Reviewed by: ashish Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D44492
20 lines
498 B
Makefile
20 lines
498 B
Makefile
PORTNAME= doc-mode.el
|
|
PORTVERSION= 1.1
|
|
PORTREVISION= 29
|
|
CATEGORIES= textproc elisp
|
|
MASTER_SITES= SF/xpt/doc-mode/doc-mode-${PORTVERSION}
|
|
PKGNAMESUFFIX= ${EMACS_PKGNAMESUFFIX}
|
|
DISTNAME= doc-mode-${PORTVERSION}
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Asciidoc fontlocking for emacs
|
|
WWW= https://xpt.sourceforge.net/tools/doc-mode/
|
|
|
|
USES= emacs tar:tgz
|
|
|
|
NO_BUILD= yes
|
|
|
|
do-install:
|
|
${INSTALL_DATA} ${WRKSRC}/doc-mode.el ${STAGEDIR}${PREFIX}/${EMACS_SITE_LISPDIR}/doc-mode.el
|
|
|
|
.include <bsd.port.mk>
|