diff options
author | wiz <wiz@pkgsrc.org> | 2001-02-20 11:40:07 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2001-02-20 11:40:07 +0000 |
commit | 5de11cd51a08b7e042ee7db078fd58791ced3a35 (patch) | |
tree | 996b37e7cd7f1ad0baa7cbe5465bf8cfa6756d40 /time/catclock | |
parent | 5f37108cc9772dbeff27be4fec0c6214fc73aacc (diff) | |
download | pkgsrc-5de11cd51a08b7e042ee7db078fd58791ced3a35.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 'time/catclock')
-rw-r--r-- | time/catclock/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/time/catclock/Makefile b/time/catclock/Makefile index 1416525b45f..ac56e54fd45 100644 --- a/time/catclock/Makefile +++ b/time/catclock/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2001/02/17 17:32:01 wiz Exp $ +# $NetBSD: Makefile,v 1.3 2001/02/20 11:40:10 wiz Exp $ # DISTNAME= catclock @@ -13,13 +13,9 @@ EXTRACT_SUFX= .zip MAINTAINER= packages@netbsd.org COMMENT= Variant of the MIT xclock with a "cat" mode -BUILD_DEPENDS= unzip:../../archivers/unzip - USE_IMAKE= yes USE_MOTIF= yes -EXTRACT_CMD= unzip ${DOWNLOADED_DISTFILE} - post-extract: ${RM} ${WRKSRC}/makefile ${WRKSRC}/pwd.h ${MV} ${WRKSRC}/xclock.man ${WRKSRC}/catclock.man |