pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/biology/chemtool user-destdir



details:   https://anonhg.NetBSD.org/pkgsrc/rev/25a4fcc33c1e
branches:  trunk
changeset: 395529:25a4fcc33c1e
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Wed Jul 08 15:10:58 2009 +0000

description:
user-destdir

diffstat:

 biology/chemtool/Makefile |  11 ++++++-----
 1 files changed, 6 insertions(+), 5 deletions(-)

diffs (33 lines):

diff -r 375de8d8784e -r 25a4fcc33c1e biology/chemtool/Makefile
--- a/biology/chemtool/Makefile Wed Jul 08 15:02:14 2009 +0000
+++ b/biology/chemtool/Makefile Wed Jul 08 15:10:58 2009 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.31 2007/03/04 11:56:40 joerg Exp $
+# $NetBSD: Makefile,v 1.32 2009/07/08 15:10:58 joerg Exp $
 
 DISTNAME=      chemtool-1.6.8
 CATEGORIES=    biology
@@ -9,18 +9,19 @@
 COMMENT=       Program for drawing organic molecules
 
 PKG_INSTALLATION_TYPES=        overwrite pkgviews
+PKG_DESTDIR_SUPPORT=   user-destdir
 
 USE_PKGLOCALEDIR=      yes
 USE_TOOLS+=            gmake pkg-config
 GNU_CONFIGURE=         yes
 CONFIGURE_ARGS+=       --without-gnomedir
 
+INSTALLATION_DIRS=     share/doc/chemtool share/examples/chemtool
+
 post-install:
-       ${INSTALL_DATA_DIR} ${PREFIX}/share/examples/chemtool
-       ${INSTALL_DATA} ${WRKSRC}/examples/* ${PREFIX}/share/examples/chemtool
-       ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/chemtool
+       ${INSTALL_DATA} ${WRKSRC}/examples/* ${DESTDIR}${PREFIX}/share/examples/chemtool
        cd ${WRKSRC} && ${INSTALL_DATA} README TODO                     \
-               ${PREFIX}/share/doc/chemtool/
+               ${DESTDIR}${PREFIX}/share/doc/chemtool/
 
 .include "../../x11/gtk/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index