diff options
author | James E. Housley <jeh@FreeBSD.org> | 2000-10-10 00:43:26 +0000 |
---|---|---|
committer | James E. Housley <jeh@FreeBSD.org> | 2000-10-10 00:43:26 +0000 |
commit | 11fa2e221b1c94cfa5338fc9a7db884e01a23cb0 (patch) | |
tree | 17edc8efc76cb26a95ea21c3868dc494ecbad862 /biology/deft/Makefile | |
parent | 3866598402d4abd922edd0aa951111da06566f8f (diff) | |
download | ports-11fa2e221b1c94cfa5338fc9a7db884e01a23cb0.tar.gz ports-11fa2e221b1c94cfa5338fc9a7db884e01a23cb0.zip |
Notes
Diffstat (limited to 'biology/deft/Makefile')
-rw-r--r-- | biology/deft/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/biology/deft/Makefile b/biology/deft/Makefile index 781239c3eece..5047c62ee2fc 100644 --- a/biology/deft/Makefile +++ b/biology/deft/Makefile @@ -23,6 +23,10 @@ WRKSRC= ${WRKDIR}/${DISTNAME}/source BUILD_DEPENDS= ftn77:${PORTSDIR}/lang/f77 .endif +post-patch: + @${PERL} -pi -e "s|%%PREFIX%%|${PREFIX}|g \ + ${WRKDIR}/${DISTNAME}/examples/DeFT + post-configure: ${CP} ${FILESDIR}/Makefile.deft ${WRKSRC}/Makefile |