diff options
author | jlam <jlam@pkgsrc.org> | 2002-02-25 04:47:21 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2002-02-25 04:47:21 +0000 |
commit | e7de7e88404ccabf01c6e2d0e9e144f4290d329a (patch) | |
tree | ee8f93aee9b637d1f9475eb86c6e9744c2366f35 /time | |
parent | 268e051e45c12f7ea533d2dcbeb93de72657114c (diff) | |
download | pkgsrc-e7de7e88404ccabf01c6e2d0e9e144f4290d329a.tar.gz |
Use the default EXTRACT_CMD instead of a hand-crafted one, as the default
is sufficient.
Diffstat (limited to 'time')
-rw-r--r-- | time/py-mxDateTime/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/time/py-mxDateTime/Makefile b/time/py-mxDateTime/Makefile index 1b78fd2125d..afc9e9325b3 100644 --- a/time/py-mxDateTime/Makefile +++ b/time/py-mxDateTime/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2002/01/16 20:40:12 drochner Exp $ +# $NetBSD: Makefile,v 1.9 2002/02/25 04:47:23 jlam Exp $ # DISTNAME= mxDateTime-1.3.0 @@ -12,8 +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 -EXTRACT_CMD= unzip -Laqo ${DOWNLOADED_DISTFILE} - RESTRICTED= No commercial distribution NO_SRC_ON_CDROM= ${RESTRICTED} NO_BIN_ON_CDROM= ${RESTRICTED} |