1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-28 21:29:28 +00:00
freebsd-ports/lang/elisp-manual/Makefile
Jun Kuriyama c16a2974f6 Sub directory of MASTER_SITES has been moved.
PR:		ports/9643
Submitted by:	Don Croyleo <croyle@gelemna.ft-wayne.in.us>
1999-01-25 12:42:57 +00:00

26 lines
566 B
Makefile

# New ports collection makefile for: elisp-manual
# Version required: 20-2.5
# Date created: 18 November 1997
# Whom: Don Croyle <croyle@gelemna.ft-wayne.in.us>
#
# $Id: Makefile,v 1.2 1998/09/18 21:51:42 vanilla Exp $
#
DISTNAME= elisp-manual-20-2.5
CATEGORIES= lang
MASTER_SITES= ${MASTER_SITE_GNU}
MASTER_SITE_SUBDIR= emacs
MAINTAINER= croyle@gelemna.ft-wayne.in.us
GNU_CONFIGURE= yes
ALL_TARGET= elisp
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>