b686dd9180
pkglint --only "https instead of http" -r -F With manual adjustments afterwards since pkglint 19.4.4 fixed a few indentations in unrelated lines. This mainly affects projects hosted at SourceForce, as well as freedesktop.org, CTAN and GNU.
21 lines
549 B
Makefile
21 lines
549 B
Makefile
# $NetBSD: Makefile,v 1.19 2020/01/18 23:32:41 rillig Exp $
|
|
|
|
DISTNAME= elisp-manual-21-2.8
|
|
PKGNAME= elisp-manual-21.2.8
|
|
CATEGORIES= lang
|
|
MASTER_SITES= ${MASTER_SITE_GNU:=emacs/}
|
|
|
|
MAINTAINER= uebayasi@NetBSD.org
|
|
HOMEPAGE= https://www.gnu.org/software/emacs/emacs.html
|
|
COMMENT= The Emacs Lisp Reference Manual for GNU Emacs Version 21.2
|
|
|
|
CONFLICTS= {emacs,emacs-nox11}>=22.1 elisp-manual-21-[0-9]*
|
|
|
|
GNU_CONFIGURE= YES
|
|
INFO_FILES= YES
|
|
|
|
BUILD_TARGET= elisp
|
|
|
|
INSTALL_MAKE_FLAGS+= infodir=${DESTDIR}${PREFIX}/${PKGINFODIR}
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|