pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/textproc/ja-grep Do not create /usr/pkg/share when in ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/9da4d1418a78
branches:  trunk
changeset: 395921:9da4d1418a78
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Thu Jul 16 14:53:13 2009 +0000

description:
Do not create /usr/pkg/share when in destdir mode.

diffstat:

 textproc/ja-grep/Makefile |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (19 lines):

diff -r 3b1b1e43a12c -r 9da4d1418a78 textproc/ja-grep/Makefile
--- a/textproc/ja-grep/Makefile Thu Jul 16 14:48:56 2009 +0000
+++ b/textproc/ja-grep/Makefile Thu Jul 16 14:53:13 2009 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2009/07/07 21:45:56 joerg Exp $
+# $NetBSD: Makefile,v 1.10 2009/07/16 14:53:13 joerg Exp $
 
 DISTNAME=      grep-2.4.2
 PKGNAME=       ja-grep-2.4.2
@@ -26,7 +26,8 @@
 
 INSTALLATION_DIRS=     share/doc/ja-grep
 
-INSTALL_MAKE_FLAGS+=   gnulocaledir=${DESTDIR}${PREFIX}/${PKGLOCALEDIR}/locale
+INSTALL_MAKE_FLAGS+=   gnulocaledir=${DESTDIR}${PREFIX}/${PKGLOCALEDIR}/locale \
+                       datadir=${DESTDIR}${PREFIX}/share
 
 post-install:
        ${INSTALL_DATA} ${WRKSRC}/README.MB ${DESTDIR}${PREFIX}/share/doc/ja-grep



Home | Main Index | Thread Index | Old Index