mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-13 23:36:08 +00:00
91778dc4cb
Submitted by: Don Croyle <croyle@gelemna.ft-wayne.in.us> PR: ports/5087
22 lines
528 B
Makefile
22 lines
528 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$
|
|
#
|
|
|
|
DISTNAME= emacs-lisp-intro-1.05
|
|
CATEGORIES= lang
|
|
MASTER_SITES= ${MASTER_SITE_GNU}
|
|
|
|
MAINTAINER= croyle@gelemna.ft-wayne.in.us
|
|
|
|
post-install:
|
|
if [ ! -f ${PREFIX}/info/dir ]; then \
|
|
${SED} -ne '1,/Menu:/p' /usr/share/info/dir > ${PREFIX}/info/dir; \
|
|
fi
|
|
install-info ${PREFIX}/info/emacs-lisp-intro.info ${PREFIX}/info/dir
|
|
|
|
.include <bsd.port.mk>
|