diff options
author | jlam <jlam@pkgsrc.org> | 2005-06-16 06:57:37 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2005-06-16 06:57:37 +0000 |
commit | 81edaaa606a86e87c2885489ad72ee9908969aba (patch) | |
tree | 3ccd645970d07eb5e027f9f4978696237c5cd04b /biology/profit/Makefile | |
parent | 8b982bf812954ec2be8cdc97dbf2d9dd2be7779e (diff) | |
download | pkgsrc-81edaaa606a86e87c2885489ad72ee9908969aba.tar.gz |
Create directories before installing files into them.
Diffstat (limited to 'biology/profit/Makefile')
-rw-r--r-- | biology/profit/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/biology/profit/Makefile b/biology/profit/Makefile index c6536b01a52..5a9ec5c0f26 100644 --- a/biology/profit/Makefile +++ b/biology/profit/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2005/04/11 21:45:01 tv Exp $ +# $NetBSD: Makefile,v 1.8 2005/06/16 06:57:41 jlam Exp $ # DISTNAME= profit @@ -13,6 +13,7 @@ COMMENT= Performs least squares fits of two protein structures DIST_SUBDIR= ${DISTNAME} BUILD_TARGET= ${DISTNAME} WRKSRC= ${WRKDIR}/ProFitV2.2/src +INSTALLATION_DIRS= bin do-install: ${INSTALL_PROGRAM} ${WRKSRC}/profit ${PREFIX}/bin |