diff options
author | jlam <jlam@pkgsrc.org> | 2004-03-30 21:41:32 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2004-03-30 21:41:32 +0000 |
commit | ca32f73cc63a7f7670414166e38ef76455eae341 (patch) | |
tree | 1022fe1f794f4e7d88636d2d03d3c80d3e3f6c29 /archivers/mousetar | |
parent | 29df39d6b5bf3125de37e5e9f7d02f9ceee40aa5 (diff) | |
download | pkgsrc-ca32f73cc63a7f7670414166e38ef76455eae341.tar.gz |
bl3ify
Diffstat (limited to 'archivers/mousetar')
-rw-r--r-- | archivers/mousetar/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/archivers/mousetar/Makefile b/archivers/mousetar/Makefile index 15c043c5deb..7f4ccd67884 100644 --- a/archivers/mousetar/Makefile +++ b/archivers/mousetar/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2004/01/20 12:07:06 agc Exp $ +# $NetBSD: Makefile,v 1.8 2004/03/30 21:41:32 jlam Exp $ # DISTNAME= mousetar-20021217 @@ -11,6 +11,7 @@ MAINTAINER= tech-pkg@NetBSD.org COMMENT= der Mouse's version of tar program WRKSRC= ${WRKDIR} +USE_BUILDLINK3= yes do-extract: for f in ${DISTFILES}; do \ |