diff options
author | joerg <joerg@pkgsrc.org> | 2008-04-04 23:45:57 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2008-04-04 23:45:57 +0000 |
commit | bee5d55084d88a95bda8fce2882d868483d2c28e (patch) | |
tree | 88271a6c7eb46e23c4a0a5be7be7eb5c59919170 /biology | |
parent | 472cf496e000c035ec4baeed6eb3c7fc33ef1224 (diff) | |
download | pkgsrc-bee5d55084d88a95bda8fce2882d868483d2c28e.tar.gz |
Fix DESTDIR installation.
Diffstat (limited to 'biology')
-rw-r--r-- | biology/phylip/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/biology/phylip/Makefile b/biology/phylip/Makefile index 585777b4de9..2871356fe51 100644 --- a/biology/phylip/Makefile +++ b/biology/phylip/Makefile @@ -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 @@ PKG_DESTDIR_SUPPORT= user-destdir 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 @@ do-install: 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 \ |