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