diff options
author | jlam <jlam@pkgsrc.org> | 2005-05-16 01:15:30 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2005-05-16 01:15:30 +0000 |
commit | c39d3036c6cae80e3eaf5e0d668a35f36e3e0909 (patch) | |
tree | da89fcd3343a63fa8c0fc4168d727db6478281a5 /print/teTeX-share | |
parent | c1aec0ffb721a6dc0787d449ab94fb56f534f507 (diff) | |
download | pkgsrc-c39d3036c6cae80e3eaf5e0d668a35f36e3e0909.tar.gz |
Note that gtar is required by the package.
Diffstat (limited to 'print/teTeX-share')
-rw-r--r-- | print/teTeX-share/Makefile | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/print/teTeX-share/Makefile b/print/teTeX-share/Makefile index a40c57b37ca..c0f30aec004 100644 --- a/print/teTeX-share/Makefile +++ b/print/teTeX-share/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.26 2005/03/21 00:47:45 kei Exp $ +# $NetBSD: Makefile,v 1.27 2005/05/16 01:15:33 jlam Exp $ # DISTNAME= tetex-texmf-2.0.2 @@ -22,7 +22,11 @@ DIST_SUBDIR= teTeX EXTRACT_ONLY= # empty NO_CONFIGURE= yes NO_BUILD= yes -USE_GNU_TOOLS+= patch + +USE_GNU_TOOLS+= patch +.if !defined(EXTRACT_USING_PAX) +PKGSRC_USE_TOOLS+= gtar +.endif do-install: ${INSTALL_DATA_DIR} ${PREFIX}/share/texmf |