summaryrefslogtreecommitdiff
path: root/editors/ted-fr
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2008-03-03 18:25:52 +0000
committerjlam <jlam@pkgsrc.org>2008-03-03 18:25:52 +0000
commit80c7fb273d8e710ea174cde389ccea199e8a754b (patch)
tree94991d2182e36c43f4a6dac0f35a6023230a4d45 /editors/ted-fr
parent38c8b857b2a15de072b4fa8baf0650634b5be996 (diff)
downloadpkgsrc-80c7fb273d8e710ea174cde389ccea199e8a754b.tar.gz
Mechanical changes to add DESTDIR support to packages that install
their files via a custom do-install target.
Diffstat (limited to 'editors/ted-fr')
-rw-r--r--editors/ted-fr/Makefile7
1 files changed, 5 insertions, 2 deletions
diff --git a/editors/ted-fr/Makefile b/editors/ted-fr/Makefile
index 42fb8b3c48b..575d62677ca 100644
--- a/editors/ted-fr/Makefile
+++ b/editors/ted-fr/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 2007/06/08 18:41:21 wiz Exp $
+# $NetBSD: Makefile,v 1.15 2008/03/03 18:25:53 jlam Exp $
DISTNAME= Ted_fr_FR
PKGNAME= ted-fr-2.16
@@ -12,6 +12,8 @@ COMMENT= French spelling dictionary for the Ted word processor
DEPENDS+= ted>=2.6:../../editors/ted
+PKG_DESTDIR_SUPPORT= user-destdir
+
WRKSRC= ${WRKDIR}
USE_X11BASE= YES
@@ -21,6 +23,7 @@ NO_BUILD= YES
INSTALLATION_DIRS= share/Ted/ind
do-install:
- ${INSTALL_DATA} ${WRKSRC}/ind/French.ind ${PREFIX}/share/Ted/ind
+ ${INSTALL_DATA} ${WRKSRC}/ind/French.ind \
+ ${DESTDIR}${PREFIX}/share/Ted/ind
.include "../../mk/bsd.pkg.mk"