diff options
author | jlam <jlam> | 2005-05-16 01:15:30 +0000 |
---|---|---|
committer | jlam <jlam> | 2005-05-16 01:15:30 +0000 |
commit | 147a5621c28e6a26de0b520dcecfda5698bace16 (patch) | |
tree | da89fcd3343a63fa8c0fc4168d727db6478281a5 /print/teTeX-sharesrc | |
parent | 6b5baef6bfdba6145563c06d1db88770911af1a6 (diff) | |
download | pkgsrc-147a5621c28e6a26de0b520dcecfda5698bace16.tar.gz |
Note that gtar is required by the package.
Diffstat (limited to 'print/teTeX-sharesrc')
-rw-r--r-- | print/teTeX-sharesrc/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/print/teTeX-sharesrc/Makefile b/print/teTeX-sharesrc/Makefile index 4500c73eaa2..92666b8cf24 100644 --- a/print/teTeX-sharesrc/Makefile +++ b/print/teTeX-sharesrc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.23 2005/04/27 21:22:14 hira Exp $ +# $NetBSD: Makefile,v 1.24 2005/05/16 01:15:33 jlam Exp $ DISTNAME= tetex-texmfsrc-2.0.2 PKGNAME= teTeX-sharesrc-2.0.2 @@ -20,6 +20,10 @@ NO_CONFIGURE= yes NO_BUILD= yes NO_MTREE= yes +.if !defined(EXTRACT_USING_PAX) +PKGSRC_USE_TOOLS+= gtar +.endif + do-install: ${INSTALL_DATA_DIR} ${PREFIX}/share/texmf .if defined(EXTRACT_USING_PAX) |