summaryrefslogtreecommitdiff
path: root/fonts
diff options
context:
space:
mode:
authorobache <obache@pkgsrc.org>2007-12-11 12:29:39 +0000
committerobache <obache@pkgsrc.org>2007-12-11 12:29:39 +0000
commit626fbc638714226cac9edb194dab4a514bb1345d (patch)
treec4663186e21e8b9afd2b0712b963d36e358a34dd /fonts
parent8ee0e451af25c6013365c79058b026b0db77b2d3 (diff)
downloadpkgsrc-626fbc638714226cac9edb194dab4a514bb1345d.tar.gz
DESTDIR ready.
Diffstat (limited to 'fonts')
-rw-r--r--fonts/ttmkfdir2/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/fonts/ttmkfdir2/Makefile b/fonts/ttmkfdir2/Makefile
index d62ccf02ed3..fc194fbac1c 100644
--- a/fonts/ttmkfdir2/Makefile
+++ b/fonts/ttmkfdir2/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.16 2006/05/06 03:41:31 minskim Exp $
+# $NetBSD: Makefile,v 1.17 2007/12/11 12:29:39 obache Exp $
#
DISTNAME= ttmkfdir2.20021109
@@ -19,13 +19,15 @@ USE_LIBTOOL= yes
USE_TOOLS+= gmake lex
USE_LANGUAGES= c c++
+PKG_DESTDIR_SUPPORT= user-destdir
+
MAKE_ENV+= FREETYPE_CONFIG=${FREETYPE_CONFIG:Q}
LDFLAGS+= ${BUILDLINK_LDADD.getopt}
INSTALLATION_DIRS= bin
do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/ttmkfdir ${PREFIX}/bin
+ ${INSTALL_PROGRAM} ${WRKSRC}/ttmkfdir ${DESTDIR}${PREFIX}/bin
.include "../../devel/libgetopt/buildlink3.mk"
.include "../../devel/zlib/buildlink3.mk"