From ce012164e637ad8034b887ca086b28e2e18cd370 Mon Sep 17 00:00:00 2001 From: pvalchev Date: Mon, 7 Jul 2003 22:27:46 +0000 Subject: [PATCH] Remove old and visibly wrong mips stuff --- www/cgiparse/Makefile | 4 +--- www/cgiparse/pkg/PLIST.mips | 9 --------- 2 files changed, 1 insertion(+), 12 deletions(-) delete mode 100644 www/cgiparse/pkg/PLIST.mips diff --git a/www/cgiparse/Makefile b/www/cgiparse/Makefile index 3906841079c..31e58aacf3b 100644 --- a/www/cgiparse/Makefile +++ b/www/cgiparse/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.20 2003/07/07 21:13:30 pvalchev Exp $ +# $OpenBSD: Makefile,v 1.21 2003/07/07 22:27:46 pvalchev Exp $ COMMENT= "C library to parse CGI Forms" @@ -19,8 +19,6 @@ CONFIGURE_STYLE= gnu .if $(MACHINE_ARCH) == "alpha" BROKEN= "Alpha architecture not yet supported" -.elif ${MACHINE_ARCH} == "mips" -PLIST=${PKGDIR}/PLIST.mips .endif NO_REGRESS= Yes diff --git a/www/cgiparse/pkg/PLIST.mips b/www/cgiparse/pkg/PLIST.mips deleted file mode 100644 index d20befa83ae..00000000000 --- a/www/cgiparse/pkg/PLIST.mips +++ /dev/null @@ -1,9 +0,0 @@ -@comment $OpenBSD: PLIST.mips,v 1.2 2001/06/08 13:36:41 shell Exp $ -include/cgi.h -lib/libcgiparse.a -lib/libcgiparse.so.1 -man/cat3/cgiclose.3 -man/cat3/cgigetvalue.3 -man/cat3/cginewquerystr.3 -@exec [ ! -x /sbin/ldconfig ] || /sbin/ldconfig -m %D/lib -@unexec [ ! -x /sbin/ldconfig ] || /sbin/ldconfig -m %D/lib