diff options
author | tv <tv> | 1999-05-24 20:39:35 +0000 |
---|---|---|
committer | tv <tv> | 1999-05-24 20:39:35 +0000 |
commit | 230d70fc942c189f4b8f1f2dfbee9bc9a5e8bb37 (patch) | |
tree | 65bbd73001946c26475423bf378f0a1854ed3cb6 /comms/binkd | |
parent | 554432156f0747cbde8c8da5f610d76f8a1a081a (diff) | |
download | pkgsrc-230d70fc942c189f4b8f1f2dfbee9bc9a5e8bb37.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} * ../../ |