pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/tre Use INSTALLATION_DIRS to create the directory



details:   https://anonhg.NetBSD.org/pkgsrc/rev/1d7090bb6165
branches:  trunk
changeset: 393188:1d7090bb6165
user:      agc <agc%pkgsrc.org@localhost>
date:      Mon May 18 06:40:59 2009 +0000

description:
Use INSTALLATION_DIRS to create the directory

diffstat:

 devel/tre/Makefile |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (20 lines):

diff -r 1656d148d010 -r 1d7090bb6165 devel/tre/Makefile
--- a/devel/tre/Makefile        Mon May 18 06:35:35 2009 +0000
+++ b/devel/tre/Makefile        Mon May 18 06:40:59 2009 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2009/05/18 06:33:20 agc Exp $
+# $NetBSD: Makefile,v 1.10 2009/05/18 06:40:59 agc Exp $
 
 DISTNAME=      tre-0.7.5
 PKGREVISION=   5
@@ -18,8 +18,9 @@
 CONFIGURE_ARGS+=       --disable-agrep
 CONFIGURE_ARGS+=       --disable-system-abi
 
+INSTALLATION_DIRS+=    share/doc/tre
+
 post-install:
-       ${INSTALL_DATA_DIR} ${DESTDIR}${PREFIX}/share/doc/tre
        ${INSTALL_DATA} ${WRKSRC}/doc/tre-api.html ${DESTDIR}${PREFIX}/share/doc/tre/
        ${INSTALL_DATA} ${WRKSRC}/doc/tre-syntax.html ${DESTDIR}${PREFIX}/share/doc/tre/
 



Home | Main Index | Thread Index | Old Index