pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/biology/phylip Fix typo intoroduced by mechanical DEST...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/cd936fdec111
branches:  trunk
changeset: 542475:cd936fdec111
user:      obache <obache%pkgsrc.org@localhost>
date:      Sun May 18 12:28:17 2008 +0000

description:
Fix typo intoroduced by mechanical DESTDIR fix.
noticed by Hasso Tepper in PR 38687.

diffstat:

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

diffs (18 lines):

diff -r 026a6d717f82 -r cd936fdec111 biology/phylip/Makefile
--- a/biology/phylip/Makefile   Sun May 18 12:19:01 2008 +0000
+++ b/biology/phylip/Makefile   Sun May 18 12:28:17 2008 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.18 2008/04/04 23:45:57 joerg Exp $
+# $NetBSD: Makefile,v 1.19 2008/05/18 12:28:17 obache Exp $
 
 DISTNAME=      phylip-3.61
 PKGREVISION=   2
@@ -18,7 +18,7 @@
 
 WRKSRC=                ${WRKDIR}/${DISTNAME}/src
 
-INSTALLATION_DIRS=     bin share/fonts/phylib share/doc/html/phylip
+INSTALLATION_DIRS=     bin share/fonts/phylip share/doc/html/phylip
 
 do-install:
 .for PROGRAM in clique consense contml contrast dnacomp dnadist                \



Home | Main Index | Thread Index | Old Index