mirror of
https://git.freebsd.org/ports.git
synced 2025-06-05 21:00:30 -04:00
COMMENT typos and surrounding whitespace fixes. A few Makefiles where not included as they contain Latin-1 characters that break the Phabricator workflow. Categories J-L. CR: D305 Approved by: portmgr (swills)
16 lines
346 B
Makefile
16 lines
346 B
Makefile
# Created by: Don Croyle <croyle@gelemna.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= emacs-lisp-intro
|
|
PORTVERSION= 2.04
|
|
CATEGORIES= lang elisp
|
|
MASTER_SITES= ${MASTER_SITE_GNU}
|
|
MASTER_SITE_SUBDIR= emacs
|
|
|
|
MAINTAINER= amakawa@jp.FreeBSD.org
|
|
COMMENT= Introduction to Emacs Lisp programming
|
|
|
|
USE_AUTOTOOLS= autoconf213
|
|
INFO= emacs-lisp-intro
|
|
|
|
.include <bsd.port.mk>
|