mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
21 lines
510 B
Makefile
21 lines
510 B
Makefile
# New ports collection makefile for: emacs-lisp-intro
|
|
# Version required: 1.05
|
|
# Date created: 18 November 1997
|
|
# Whom: Don Croyle <croyle@gelemna.ft-wayne.in.us>
|
|
#
|
|
# $Id: Makefile,v 1.1.1.1 1998/04/27 14:49:53 kuriyama Exp $
|
|
#
|
|
|
|
DISTNAME= emacs-lisp-intro-1.05
|
|
CATEGORIES= lang
|
|
MASTER_SITES= ${MASTER_SITE_GNU}
|
|
|
|
MAINTAINER= croyle@gelemna.ft-wayne.in.us
|
|
|
|
pre-install:
|
|
if [ ! -f ${PREFIX}/info/dir ]; then \
|
|
${SED} -ne '1,/Menu:/p' /usr/share/info/dir > ${PREFIX}/info/dir; \
|
|
fi
|
|
|
|
.include <bsd.port.mk>
|