diff options
Diffstat (limited to 'time')
-rw-r--r-- | time/catclock/Makefile | 6 | ||||
-rw-r--r-- | time/py-mxDateTime/Makefile | 3 |
2 files changed, 2 insertions, 7 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 diff --git a/time/py-mxDateTime/Makefile b/time/py-mxDateTime/Makefile index 318fc662342..15312dffe21 100644 --- a/time/py-mxDateTime/Makefile +++ b/time/py-mxDateTime/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2001/02/17 17:32:08 wiz Exp $ +# $NetBSD: Makefile,v 1.4 2001/02/20 11:40:10 wiz Exp $ # DISTNAME= mxDateTime-1.3.0 @@ -12,7 +12,6 @@ MAINTAINER= packages@netbsd.org HOMEPAGE= http://starship.python.net/~lemburg/mxDateTime.html COMMENT= Python extension that provides new types and conversions for dates -BUILD_DEPENDS= unzip:../../archivers/unzip DEPENDS+= python-2.0*:../../lang/python EXTRACT_CMD= unzip -Laqo ${DOWNLOADED_DISTFILE} |