1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

Fix check.

Submitted by:	maintainer
This commit is contained in:
Satoshi Asami 1999-09-11 09:39:46 +00:00
parent 920ac3d3eb
commit d5cf40638a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=21655

View File

@ -14,15 +14,14 @@ MASTER_SITES= ${MASTER_SITE_PORTS_JP} \
MAINTAINER= sada@FreeBSD.ORG
MAKE_ENV+= OBJFORMAT=aout SHLIB_MAJOR=2 SHLIB_MINOR=0 \
LDDESTDIRENV=LIBRARY_PATH=${PREFIX}/lib/aout
MAKE_ENV+= OBJFORMAT=aout SHLIB_MAJOR=2 SHLIB_MINOR=0
PORTOBJFORMAT= aout
LIBDIR= ${PREFIX}/lib/aout
SRCDIR= /usr/src
pre-build:
.if !exists(/usr/lib/aout/crt0.o)
.if !exists(/usr/lib/aout/c++rt0.o)
@${CAT} ${FILESDIR}/message.nolib
@${FALSE}
.endif