Joseph Mingrone b946d410cc
Chase major version update of editors/emacs-devel
Bump PORTREVISION of most USES=emacs ports after editors/emacs-devel
major version increased from 30 to 31.

Sponsored by:	The FreeBSD Foundation
2024-07-04 18:31:24 -03:00

21 lines
498 B
Makefile

PORTNAME= doc-mode.el
PORTVERSION= 1.1
PORTREVISION= 31
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>