diff options
author | abs <abs> | 2009-12-17 18:04:27 +0000 |
---|---|---|
committer | abs <abs> | 2009-12-17 18:04:27 +0000 |
commit | 8d79b008e13a958e2fd59ae4b82e9f2162818ce0 (patch) | |
tree | fa241b5efcabbb0dc244180c0a1c00186221faa9 /fonts | |
parent | 23f08c2a0b998e4ff231742ee167e4419ddad3d0 (diff) | |
download | pkgsrc-8d79b008e13a958e2fd59ae4b82e9f2162818ce0.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 |