diff options
author | obache <obache@pkgsrc.org> | 2008-05-18 12:28:17 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2008-05-18 12:28:17 +0000 |
commit | 4e6c8cda672083531f276eaf470bf9afc704a289 (patch) | |
tree | 71fff7c1729f66fc20c65b554d771b36f93408f7 /biology | |
parent | 021a7abdecfc283346f534318409e016f7940e6e (diff) | |
download | pkgsrc-4e6c8cda672083531f276eaf470bf9afc704a289.tar.gz |
Fix typo intoroduced by mechanical DESTDIR fix.
noticed by Hasso Tepper in PR 38687.
Diffstat (limited to 'biology')
-rw-r--r-- | biology/phylip/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/biology/phylip/Makefile b/biology/phylip/Makefile index 2871356fe51..479bffc4740 100644 --- a/biology/phylip/Makefile +++ b/biology/phylip/Makefile @@ -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 @@ PKG_DESTDIR_SUPPORT= user-destdir 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 \ |