diff options
author | tv <tv@pkgsrc.org> | 1999-05-24 20:39:35 +0000 |
---|---|---|
committer | tv <tv@pkgsrc.org> | 1999-05-24 20:39:35 +0000 |
commit | 5c60ed579430954635a901b457a1fe4128eaca47 (patch) | |
tree | 65bbd73001946c26475423bf378f0a1854ed3cb6 /comms/binkd | |
parent | 42a1a676be446ce3279f0baeeda7b3dcc1002c13 (diff) | |
download | pkgsrc-5c60ed579430954635a901b457a1fe4128eaca47.tar.gz |
Change {ONLY,NOT}_FOR_{ARCH,OPSYS} format to {ONLY,NOT}_FOR_PLATFORM
pattern match format. Minor pkglint along the way.
Diffstat (limited to 'comms/binkd')
-rw-r--r-- | comms/binkd/Makefile | 24 |
1 files changed, 12 insertions, 12 deletions
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} * ../../ |