diff options
Diffstat (limited to 'print/teTeX-sharesrc/Makefile')
-rw-r--r-- | print/teTeX-sharesrc/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/print/teTeX-sharesrc/Makefile b/print/teTeX-sharesrc/Makefile index 81679f2460d..8ecf57dd872 100644 --- a/print/teTeX-sharesrc/Makefile +++ b/print/teTeX-sharesrc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.25 2005/05/16 03:04:45 jlam Exp $ +# $NetBSD: Makefile,v 1.26 2005/05/16 12:35:06 tron Exp $ DISTNAME= tetex-texmfsrc-2.0.2 PKGNAME= teTeX-sharesrc-2.0.2 @@ -20,6 +20,8 @@ NO_CONFIGURE= yes NO_BUILD= yes NO_MTREE= yes +.include "../../mk/bsd.prefs.mk" + do-install: ${INSTALL_DATA_DIR} ${PREFIX}/share/texmf .if !empty(EXTRACT_USING:Mgtar) |