mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-11 02:50:24 +00:00
793b979317
.include <...> -> .include "..."
13 lines
260 B
Makefile
13 lines
260 B
Makefile
# New ports collection makefile for: pure (for emacs21)
|
|
# Date Created: 29 Oct 2001
|
|
# Whom: Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
MASTERDIR= ${.CURDIR}/../pure-emacs20
|
|
|
|
EMACS_PORT_NAME= emacs21
|
|
|
|
.include "${MASTERDIR}/Makefile"
|