head	1.1;
access;
symbols;
locks; strict;
comment	@# @;


1.1
date	2003.07.31.17.36.56;	author shige;	state Exp;
branches;
next	;


desc
@@


1.1
log
@Add elisp/emacsen ports in the ports tree @@ 2003/07/31
@
text
@#! /bin/sh
# $FreeBSD$

cd ${WRKSRC}

if [ -f /usr/lib/aout/crt0.o -a ! -f /usr/lib/crt0.o ]; then
    sed -e "s|/usr/lib/crt0\.o|/usr/lib/aout/crt0.o|g" \
	src/s/freebsd.h > src/s/freebsd.h.new || exit
    mv -f src/s/freebsd.h.new src/s/freebsd.h
fi
@
