1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-27 00:57:50 +00:00

Unbreak for ELF.

This commit is contained in:
Joseph Koshy 1999-04-22 07:50:48 +00:00
parent 41ad471fdf
commit 19065e7ceb
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=18075

View File

@ -3,7 +3,7 @@
# Date created: 21 July 1998
# Whom: jkoshy
#
# $Id: Makefile,v 1.4 1998/11/20 15:26:10 kuriyama Exp $
# $Id: Makefile,v 1.5 1998/12/22 07:45:39 asami Exp $
#
DISTNAME= cl74unix
@ -17,8 +17,6 @@ MASTER_SITES= ftp://ftp.inria.fr/lang/caml-light/ \
MAINTAINER= jkoshy@freebsd.org
BROKEN_ELF= cp: bignum/libbignum.a: No such file or directory
USE_XLIB= yes
WRKSRC= ${WRKDIR}/cl74
ALL_TARGET= configure world bootstrap
@ -28,12 +26,10 @@ do-build:
cd ${WRKSRC}/src; ${MAKE} ${ALL_TARGET} PREFIX=${PREFIX} \
X11BASE=${X11BASE}
# build some contrib stuff too
do-install:
cd ${WRKSRC}/src; ${MAKE} ${INSTALL_TARGET} PREFIX=${PREFIX} \
X11BASE=${X11BASE}
# build some contrib stuff too
post-install:
cd ${WRKSRC}/contrib; ${MAKE} all ${INSTALL_TARGET} PREFIX=${PREFIX} \
X11BASE=${X11BASE}