diff options
Diffstat (limited to 'print/teTeX3-texmfsrc')
-rw-r--r-- | print/teTeX3-texmfsrc/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/print/teTeX3-texmfsrc/Makefile b/print/teTeX3-texmfsrc/Makefile index 7dafe995c40..ef804b68314 100644 --- a/print/teTeX3-texmfsrc/Makefile +++ b/print/teTeX3-texmfsrc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2005/04/27 21:23:09 hira Exp $ +# $NetBSD: Makefile,v 1.3 2005/05/16 01:15:33 jlam Exp $ # FreeBSD Id: Makefile,v 1.20 1997/08/05 06:56:41 tg Exp # @@ -22,6 +22,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) |