diff options
author | wiz <wiz> | 2001-02-20 11:40:07 +0000 |
---|---|---|
committer | wiz <wiz> | 2001-02-20 11:40:07 +0000 |
commit | b8ca3cbbc86bd13c3aa45f6c0de9d5b212c94e30 (patch) | |
tree | 996b37e7cd7f1ad0baa7cbe5465bf8cfa6756d40 /comms/binkd/Makefile | |
parent | 2c0ceb8b905b775484d2b868d7caa73f8bd7a3f6 (diff) | |
download | pkgsrc-b8ca3cbbc86bd13c3aa45f6c0de9d5b212c94e30.tar.gz |
Remove duplicate BUILD_DEPENDS for unzip (bsd.pkg.mk has an automatic one
if EXTRACT_SUFX is .zip); also remove EXTRACT_CMDs that are the same as
the implicit one.
Diffstat (limited to 'comms/binkd/Makefile')
-rw-r--r-- | comms/binkd/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/comms/binkd/Makefile b/comms/binkd/Makefile index 6c44641e250..86f403dd880 100644 --- a/comms/binkd/Makefile +++ b/comms/binkd/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2001/02/18 20:30:50 tv Exp $ +# $NetBSD: Makefile,v 1.10 2001/02/20 11:40:09 wiz Exp $ # DISTNAME= binkd094 @@ -13,10 +13,7 @@ MAINTAINER= tv@netbsd.org HOMEPAGE= http://www.corbina.net/~maloff/binkd/ COMMENT= FidoNet-over-IP transport program utilizing BINKP protocol -BUILD_DEPENDS= unzip:../../archivers/unzip - GNU_CONFIGURE= yes -EXTRACT_CMD= unzip -Loq ${DOWNLOADED_DISTFILE} NOT_FOR_PLATFORM= *-*-alpha *-*-sparc64 |