pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/biology/phylip Fix DESTDIR installation.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/310e358f300b
branches:  trunk
changeset: 540621:310e358f300b
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Fri Apr 04 23:45:57 2008 +0000

description:
Fix DESTDIR installation.

diffstat:

 biology/phylip/Makefile |  6 ++----
 1 files changed, 2 insertions(+), 4 deletions(-)

diffs (30 lines):

diff -r f8a6dd681e4d -r 310e358f300b biology/phylip/Makefile
--- a/biology/phylip/Makefile   Fri Apr 04 23:19:16 2008 +0000
+++ b/biology/phylip/Makefile   Fri Apr 04 23:45:57 2008 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.17 2008/03/03 01:10:06 jlam Exp $
+# $NetBSD: Makefile,v 1.18 2008/04/04 23:45:57 joerg Exp $
 
 DISTNAME=      phylip-3.61
 PKGREVISION=   2
@@ -18,7 +18,7 @@
 
 WRKSRC=                ${WRKDIR}/${DISTNAME}/src
 
-INSTALLATION_DIRS=     bin
+INSTALLATION_DIRS=     bin share/fonts/phylib share/doc/html/phylip
 
 do-install:
 .for PROGRAM in clique consense contml contrast dnacomp dnadist                \
@@ -29,11 +29,9 @@
                drawgram drawtree
        ${INSTALL_PROGRAM} ${WRKSRC}/${PROGRAM} ${DESTDIR}${PREFIX}/bin
 .endfor
-       ${INSTALL_DATA_DIR} ${DESTDIR}${PREFIX}/share/fonts/phylip
 .for FONT in font1 font2 font3 font4 font5 font6
        ${INSTALL_DATA} ${WRKSRC}/${FONT} ${DESTDIR}${PREFIX}/share/fonts/phylip
 .endfor
-       ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/html/phylip
 .for HTML in clique.html consense.html contchar.html contml.html       \
                contrast.html discrete.html distance.html dnacomp.html  \
                dnadist.html dnainvar.html dnaml.html dnamlk.html       \



Home | Main Index | Thread Index | Old Index