diff options
author | joerg <joerg@pkgsrc.org> | 2007-03-24 19:21:18 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2007-03-24 19:21:18 +0000 |
commit | 161c920c15367de281f689f6f1177c3a33e63cc6 (patch) | |
tree | a57573ceef3abc19d705671351ee7db9e9292311 /biology/gp | |
parent | 8c89cf7eab0786e7a5f162a44198b342e5fd87d0 (diff) | |
download | pkgsrc-161c920c15367de281f689f6f1177c3a33e63cc6.tar.gz |
Prepare for switching to NO_MTREE=yes.
Diffstat (limited to 'biology/gp')
-rw-r--r-- | biology/gp/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/biology/gp/Makefile b/biology/gp/Makefile index cb0ac42c8a7..2e33a446b96 100644 --- a/biology/gp/Makefile +++ b/biology/gp/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2005/05/24 13:58:19 rillig Exp $ +# $NetBSD: Makefile,v 1.6 2007/03/24 19:21:19 joerg Exp $ # DISTNAME= gp-0.26 @@ -10,4 +10,6 @@ MAINTAINER= hdp@cs.nmsu.edu HOMEPAGE= http://www.bioinformatics.org/genpak/ COMMENT= Manipulate DNA/RNA sequence in a Unix fashion +INSTALLATION_DIRS= bin ${PKGMANDIR}/man1 share/examples + .include "../../mk/bsd.pkg.mk" |