From b4ae5ad32d8b7a07f0fd5aef93d8427a24e6cd18 Mon Sep 17 00:00:00 2001 From: tv Date: Mon, 24 May 1999 20:39:35 +0000 Subject: Change {ONLY,NOT}_FOR_{ARCH,OPSYS} format to {ONLY,NOT}_FOR_PLATFORM pattern match format. Minor pkglint along the way. --- comms/binkd/Makefile | 24 ++++++++++++------------ comms/xisp/Makefile | 6 +++--- 2 files changed, 15 insertions(+), 15 deletions(-) (limited to 'comms') diff --git a/comms/binkd/Makefile b/comms/binkd/Makefile index 2722c3e5f87..e4644d45afe 100644 --- a/comms/binkd/Makefile +++ b/comms/binkd/Makefile @@ -1,21 +1,21 @@ -# $NetBSD: Makefile,v 1.3 1999/05/12 15:08:45 tv Exp $ +# $NetBSD: Makefile,v 1.4 1999/05/24 20:39:35 tv Exp $ # -DISTNAME= binkd-0.9.2 -CATEGORIES= comms -MASTER_SITES= http://www.corbina.net/~maloff/binkd/ -EXTRACT_SUFX= .zip +DISTNAME= binkd-0.9.2 +CATEGORIES= comms +MASTER_SITES= http://www.corbina.net/~maloff/binkd/ +EXTRACT_SUFX= .zip -MAINTAINER= tv@netbsd.org # aka "Todd Vierling" @ 1:396/1.5 -HOMEPAGE= http://www.corbina.net/~maloff/binkd/ +MAINTAINER= tv@netbsd.org # aka "Todd Vierling" @ 1:396/1.5 +HOMEPAGE= http://www.corbina.net/~maloff/binkd/ -BUILD_DEPENDS= unzip:../../archivers/unzip +BUILD_DEPENDS= unzip:../../archivers/unzip -GNU_CONFIGURE= yes -EXTRACT_CMD= unzip -qo ${DOWNLOADED_DISTFILE} +GNU_CONFIGURE= yes +EXTRACT_CMD= unzip -Loq ${DOWNLOADED_DISTFILE} -NO_CDROM= "extremely limited usefulness to the general public" -NOT_FOR_ARCHS= alpha sparc64 +NO_CDROM= "extremely limited usefulness to the general public" +NOT_FOR_PLATFORM= *-*-{alpha,sparc64} post-extract: @cd ${WRKSRC}/mkfls/unix && ${CHMOD} +x configure && ${CP} * ../../ diff --git a/comms/xisp/Makefile b/comms/xisp/Makefile index 674f84543fc..8ce30e8eb79 100644 --- a/comms/xisp/Makefile +++ b/comms/xisp/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 1999/04/16 20:27:16 jlam Exp $ +# $NetBSD: Makefile,v 1.6 1999/05/24 20:39:36 tv Exp $ # DISTNAME= xisp-2.5p4 @@ -12,9 +12,9 @@ HOMEPAGE= http://users.hol.gr/~dbouras/ DEPENDS+= xforms-0.88:../../x11/xforms DEPENDS+= xpm-3.4k:../../graphics/xpm -ONLY_FOR_ARCHS= arm32 i386 m68k sparc ns32k +ONLY_FOR_PLATFORM= NetBSD-*-{arm32,i386,m68k,sparc,ns32k} -USE_X11BASE= yes +USE_X11BASE= post-install: ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/xisp -- cgit v1.2.3