summaryrefslogtreecommitdiff
path: root/editors/ted-en-gb/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'editors/ted-en-gb/Makefile')
-rw-r--r--editors/ted-en-gb/Makefile7
1 files changed, 5 insertions, 2 deletions
diff --git a/editors/ted-en-gb/Makefile b/editors/ted-en-gb/Makefile
index ddab181d475..0e837e887a3 100644
--- a/editors/ted-en-gb/Makefile
+++ b/editors/ted-en-gb/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_en_GB
PKGNAME= ted-en-gb-2.16
@@ -12,6 +12,8 @@ COMMENT= UK English 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/UK_English.ind ${PREFIX}/share/Ted/ind
+ ${INSTALL_DATA} ${WRKSRC}/ind/UK_English.ind \
+ ${DESTDIR}${PREFIX}/share/Ted/ind
.include "../../mk/bsd.pkg.mk"