diff options
author | agc <agc@pkgsrc.org> | 2004-01-20 12:07:06 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 2004-01-20 12:07:06 +0000 |
commit | dc52048e014fdad9bb69ef9db159835a61c8dd4d (patch) | |
tree | 28fc431efa48feea798736cefee933a6529a5c91 /biology/profit | |
parent | 46eceba7253d40f1643bc06f73cc7fd2148c2e8e (diff) | |
download | pkgsrc-dc52048e014fdad9bb69ef9db159835a61c8dd4d.tar.gz |
Move WRKSRC definition away from the first paragraph in a Makefile.
Diffstat (limited to 'biology/profit')
-rw-r--r-- | biology/profit/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/biology/profit/Makefile b/biology/profit/Makefile index 08ac873321a..7e76d0f7140 100644 --- a/biology/profit/Makefile +++ b/biology/profit/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.1.1.1 2003/09/27 23:18:26 jschauma Exp $ +# $NetBSD: Makefile,v 1.2 2004/01/20 12:08:40 agc Exp $ # DISTNAME= profit PKGNAME= profit-2.2 -WRKSRC= ${WRKDIR}/ProFitV2.2/src CATEGORIES= biology MASTER_SITES= http://www.rubic.rdg.ac.uk/~andrew/bioinf.org/software/profit/235216/ @@ -13,6 +12,7 @@ COMMENT= Performs least squares fits of two protein structures ALL_TARGET= ${DISTNAME} USE_BUILDLINK2= YES +WRKSRC= ${WRKDIR}/ProFitV2.2/src do-install: ${INSTALL_PROGRAM} ${WRKSRC}/profit ${PREFIX}/bin |