diff options
author | asau <asau@pkgsrc.org> | 2012-09-11 20:32:10 +0000 |
---|---|---|
committer | asau <asau@pkgsrc.org> | 2012-09-11 20:32:10 +0000 |
commit | abb4a1e1358542e9978beef184f537ff9c71b086 (patch) | |
tree | 11db026d302f5f3f643266f62f5d8884607f88b5 /biology/puzzle | |
parent | 8ddb3ab1764c2cb2a2ab5022771aa467eb24c661 (diff) | |
download | pkgsrc-abb4a1e1358542e9978beef184f537ff9c71b086.tar.gz |
"user-destdir" is default these days
Diffstat (limited to 'biology/puzzle')
-rw-r--r-- | biology/puzzle/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/biology/puzzle/Makefile b/biology/puzzle/Makefile index 217d11b83b3..1eae97a7d4a 100644 --- a/biology/puzzle/Makefile +++ b/biology/puzzle/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2010/09/19 08:38:14 obache Exp $ +# $NetBSD: Makefile,v 1.13 2012/09/11 20:32:14 asau Exp $ DISTNAME= tree-puzzle-5.2 PKGNAME= ${DISTNAME:S/^tree-//} @@ -10,8 +10,6 @@ HOMEPAGE= http://www.tree-puzzle.de/ COMMENT= Maximum likelihood analysis of molecular sequence data LICENSE= gnu-gpl-v2 -PKG_DESTDIR_SUPPORT= user-destdir - GNU_CONFIGURE= yes INSTALLATION_DIRS= share/doc/puzzle \ |