diff options
author | tonio <tonio@pkgsrc.org> | 2005-11-09 09:03:22 +0000 |
---|---|---|
committer | tonio <tonio@pkgsrc.org> | 2005-11-09 09:03:22 +0000 |
commit | ada01375109701ee88bc5fc49c11ab3449c3cae3 (patch) | |
tree | a26ab4edad7478ba42a271cbc5c2c98d18f9a2ce /fonts | |
parent | a4b5c6a39c2fba2c9121b5ddf2c954fbe26780df (diff) | |
download | pkgsrc-ada01375109701ee88bc5fc49c11ab3449c3cae3.tar.gz |
oups, forgot a part of the MAKE_ENV, needed for PKG_TEXMFPREFIX
Diffstat (limited to 'fonts')
-rw-r--r-- | fonts/ec-fonts-mftraced/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/fonts/ec-fonts-mftraced/Makefile b/fonts/ec-fonts-mftraced/Makefile index 2d42a78ab77..17a6089962c 100644 --- a/fonts/ec-fonts-mftraced/Makefile +++ b/fonts/ec-fonts-mftraced/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2005/11/09 08:12:54 tonio Exp $ +# $NetBSD: Makefile,v 1.7 2005/11/09 09:03:22 tonio Exp $ # DISTNAME= ec-fonts-mftraced-1.0.8 @@ -13,6 +13,7 @@ USE_PKGLOCALEDIR= yes HAS_CONFIGURE= yes USE_TOOLS+= gmake MAKEFILE= GNUmakefile +MAKE_ENV+= PKG_TEXMFPREFIX=${PKG_TEXMFPREFIX} MAKE_ENV+= PKG_LOCALTEXMFPREFIX=${PKG_LOCALTEXMFPREFIX} post-install: |