diff options
author | jlam <jlam> | 2002-02-25 04:47:21 +0000 |
---|---|---|
committer | jlam <jlam> | 2002-02-25 04:47:21 +0000 |
commit | 290ef71473ab54818a5f58b3d2418c1faf6e661a (patch) | |
tree | ee8f93aee9b637d1f9475eb86c6e9744c2366f35 /devel/pccts | |
parent | 66de85b84019ac0bdb4d136ce351391263ed7bbb (diff) | |
download | pkgsrc-290ef71473ab54818a5f58b3d2418c1faf6e661a.tar.gz |
Use the default EXTRACT_CMD instead of a hand-crafted one, as the default
is sufficient.
Diffstat (limited to 'devel/pccts')
-rw-r--r-- | devel/pccts/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/devel/pccts/Makefile b/devel/pccts/Makefile index 7f16cde2b75..bbf372668b6 100644 --- a/devel/pccts/Makefile +++ b/devel/pccts/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2001/02/20 11:40:09 wiz Exp $ +# $NetBSD: Makefile,v 1.8 2002/02/25 04:47:22 jlam Exp $ # DISTNAME= pccts133mr22 @@ -13,7 +13,6 @@ COMMENT= Purdue Compiler Construction Tool Set DIST_SUBDIR= ${PKGNAME} -EXTRACT_CMD= unzip -qo ${DOWNLOADED_DISTFILE} WRKSRC= ${WRKDIR}/pccts MAKEFILE= makefile ALL_TARGET= |