diff options
Diffstat (limited to 'biology/stride/Makefile')
-rw-r--r-- | biology/stride/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/biology/stride/Makefile b/biology/stride/Makefile index 703c6df68a7..03e990d1d22 100644 --- a/biology/stride/Makefile +++ b/biology/stride/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2005/04/11 21:45:01 tv Exp $ +# $NetBSD: Makefile,v 1.6 2005/06/16 06:57:41 jlam Exp $ # DISTNAME= stride @@ -11,6 +11,7 @@ HOMEPAGE= http://wolf.bi.umist.ac.uk/unix/stride.html COMMENT= Protein secondary structure assignment from atomic coordinates WRKSRC= ${WRKDIR} +INSTALLATION_DIRS= bin do-install: ${INSTALL_PROGRAM} ${WRKDIR}/stride ${PREFIX}/bin |