diff options
author | jlam <jlam> | 2005-06-16 06:57:37 +0000 |
---|---|---|
committer | jlam <jlam> | 2005-06-16 06:57:37 +0000 |
commit | 087b0988c7c2bfaa3823a225f61757e9256e11a3 (patch) | |
tree | 3ccd645970d07eb5e027f9f4978696237c5cd04b /biology/profit | |
parent | 383f864b8f8e060b2294382bed67a87ab22eba6a (diff) | |
download | pkgsrc-087b0988c7c2bfaa3823a225f61757e9256e11a3.tar.gz |
Create directories before installing files into them.
Diffstat (limited to 'biology/profit')
-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 |