diff options
author | abs <abs@pkgsrc.org> | 2009-12-17 18:04:27 +0000 |
---|---|---|
committer | abs <abs@pkgsrc.org> | 2009-12-17 18:04:27 +0000 |
commit | 7f1228bfd08e1806d9c64e38c6776e5ed5245018 (patch) | |
tree | fa241b5efcabbb0dc244180c0a1c00186221faa9 /fonts | |
parent | 9936111b632f824ab770b2c7b98509ddbc3ac9ff (diff) | |
download | pkgsrc-7f1228bfd08e1806d9c64e38c6776e5ed5245018.tar.gz |
Add a comment as to why DESTDIR is non trivial
Diffstat (limited to 'fonts')
-rw-r--r-- | fonts/ec-fonts-mftraced/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/fonts/ec-fonts-mftraced/Makefile b/fonts/ec-fonts-mftraced/Makefile index 4b1a03d9c41..6fd3e767f26 100644 --- a/fonts/ec-fonts-mftraced/Makefile +++ b/fonts/ec-fonts-mftraced/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.20 2009/07/22 09:01:27 wiz Exp $ +# $NetBSD: Makefile,v 1.21 2009/12/17 18:04:27 abs Exp $ # DISTNAME= ec-fonts-mftraced-1.0.8 @@ -12,6 +12,8 @@ COMMENT= EC PostScript Type1 fonts with TFMs for TeX MAKE_JOBS_SAFE= no +# DESTDIR appears to be difficult - build involves modifying files in PREFIX + USE_PKGLOCALEDIR= yes HAS_CONFIGURE= yes USE_TOOLS+= gmake |