remove the embedded expat source.

This makes sure we pick up the system expat.h
No package change.
This commit is contained in:
espie 2007-10-20 06:54:55 +00:00
parent 12a7b132ec
commit 10bc6b7682

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.12 2007/10/16 08:22:32 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.13 2007/10/20 06:54:55 espie Exp $
VERSION= 2.5
PATCHLEVEL= .1
@ -13,4 +13,7 @@ PATCH_LIST= patch-* sup64-*
CONFIGURE_ARGS+= --with-cxx_main
post-extract:
rm -r ${WRKDIST}/Modules/expat
.include <bsd.port.mk>