1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-01 22:05:08 +00:00
freebsd-ports/lang/gcl/Makefile
Michael Haro 5ce8e8e5c7 Remove the test to create ${PREFIX}/share/info/dir as it is now
in bsd.port.mk and this helps to unify the check and install.
1999-06-05 22:32:11 +00:00

29 lines
631 B
Makefile

# New ports collection makefile for: gcl
# Version required: 2.2.2
# Date created: Wed Feb 8 01:49:11 1995
# Whom: hsu
#
# $Id: Makefile,v 1.12 1999/01/27 07:41:20 fenner Exp $
#
DISTNAME= gcl-2.2.2
CATEGORIES= lang
MASTER_SITES= ftp://ftp.ma.utexas.edu/pub/gcl/ \
${MASTER_SITE_GNU}
MASTER_SITE_SUBDIR= gcl
MAINTAINER= jseger@freebsd.org
BROKEN_ELF= yes
MAKEFILE= makefile
pre-build:
${RM} -rf ${WRKSRC}/info/gcl-si.info*
post-install:
${INSTALL_DATA} ${WRKSRC}/info/gcl-si.info ${PREFIX}/info
@install-info ${PREFIX}/info/gcl-si.info ${PREFIX}/info/dir
.include <bsd.port.mk>