diff options
author | vanilla <vanilla@FreeBSD.org> | 1999-02-02 13:54:00 +0000 |
---|---|---|
committer | vanilla <vanilla@FreeBSD.org> | 1999-02-02 13:54:00 +0000 |
commit | 8bd5a2fea533e32b184e93072214b9c59e8bbb63 (patch) | |
tree | 8b2672e5c262b87132ca5add30dd243ba1f0c9c3 /devel/libffi/Makefile | |
parent | e5c65a418fcfbc4c827ad19246416bda2587d241 (diff) | |
download | FreeBSD-ports-8bd5a2fea533e32b184e93072214b9c59e8bbb63.zip FreeBSD-ports-8bd5a2fea533e32b184e93072214b9c59e8bbb63.tar.gz |
Sync libttol with peter's suggestion,
and remove patches.aout, we dont need it anymore.
Diffstat (limited to 'devel/libffi/Makefile')
-rw-r--r-- | devel/libffi/Makefile | 13 |
1 files changed, 4 insertions, 9 deletions
diff --git a/devel/libffi/Makefile b/devel/libffi/Makefile index cc2b688..b83994b 100644 --- a/devel/libffi/Makefile +++ b/devel/libffi/Makefile @@ -1,16 +1,11 @@ # New ports collection makefile for: libffi -# Version required: 1.20 -# Date created: 14, June, 1998 -# Whom: Horance Chou <horance@freedom.ie.cycu.edu.tw> +# Version required: 1.20 +# Date created: 14, June, 1998 +# Whom: Horance Chou <horance@freedom.ie.cycu.edu.tw> # -# $Id: Makefile,v 1.5 1998/10/24 17:14:23 vanilla Exp $ +# $Id: Makefile,v 1.6 1998/11/16 15:55:46 vanilla Exp $ # -.include <bsd.port.pre.mk> - -.if ${PORTOBJFORMAT} == "aout" -PATCHDIR= ${.CURDIR}/patches.aout -.endif DISTNAME= libffi-1.20 CATEGORIES= devel MASTER_SITES= ftp://ftp.cygnus.com/pub/green/ |