summaryrefslogtreecommitdiff
path: root/fonts/ttmkfdir2
diff options
context:
space:
mode:
authorobache <obache>2007-12-11 12:29:39 +0000
committerobache <obache>2007-12-11 12:29:39 +0000
commit98db24bb5e12be7978c4267dedd5eb48a7d8809e (patch)
treec4663186e21e8b9afd2b0712b963d36e358a34dd /fonts/ttmkfdir2
parent619dd9f339bb3ba45948100c00c86d645e464deb (diff)
downloadpkgsrc-98db24bb5e12be7978c4267dedd5eb48a7d8809e.tar.gz
DESTDIR ready.
Diffstat (limited to 'fonts/ttmkfdir2')
-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"