summaryrefslogtreecommitdiff
path: root/fonts
diff options
context:
space:
mode:
authorobache <obache>2007-12-11 12:29:39 +0000
committerobache <obache>2007-12-11 12:29:39 +0000
commit5c3dfe8eb77177a22cb49ea4c695f9c12c7c7e47 (patch)
treec4663186e21e8b9afd2b0712b963d36e358a34dd /fonts
parentd88459cdbc7ba6ec92c9e81dd554da7ffac8c651 (diff)
downloadpkgsrc-5c3dfe8eb77177a22cb49ea4c695f9c12c7c7e47.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"