summaryrefslogtreecommitdiffstats
path: root/biology
diff options
context:
space:
mode:
authormarcus <marcus@FreeBSD.org>2003-11-15 20:13:21 +0000
committermarcus <marcus@FreeBSD.org>2003-11-15 20:13:21 +0000
commit7203646bf83b220cee1c0e3eb55e519b12db2a24 (patch)
tree25928c02ca2bd57dd0c84f61de56c18a8214f907 /biology
parent72d083e38af790b8a8b45ddc554a4cf7cf945eb1 (diff)
downloadFreeBSD-ports-7203646bf83b220cee1c0e3eb55e519b12db2a24.zip
FreeBSD-ports-7203646bf83b220cee1c0e3eb55e519b12db2a24.tar.gz
unPERLify by using REINPLACE_CMD and SED where appropriate.
PR: 47654 Submitted by: Simon 'portlint' Schubert <corecode@corecode.ath.cx>
Diffstat (limited to 'biology')
-rw-r--r--biology/fasta3/Makefile2
-rw-r--r--biology/kinemage/Makefile2
2 files changed, 1 insertions, 3 deletions
diff --git a/biology/fasta3/Makefile b/biology/fasta3/Makefile
index 25dcad2..330bc43 100644
--- a/biology/fasta3/Makefile
+++ b/biology/fasta3/Makefile
@@ -46,7 +46,7 @@ post-install:
.endfor
.endif
.if !defined(BATCH)
- @ ${PERL} -pe 's#%%PREFIX%%#${PREFIX}#' pkg-message > ${PKGMESSAGE}
+ @ ${SED} -e 's#%%PREFIX%%#${PREFIX}#' ${.CURDIR}/pkg-message > ${PKGMESSAGE}
@ ${CAT} ${PKGMESSAGE}
.endif
diff --git a/biology/kinemage/Makefile b/biology/kinemage/Makefile
index a81f9ea..54e307a 100644
--- a/biology/kinemage/Makefile
+++ b/biology/kinemage/Makefile
@@ -20,8 +20,6 @@ DISTNAME= mage-001120
MAINTAINER= jeremy@external.org
COMMENT= A molecular visualization program with special functions
-WRKSRC= ${WRKDIR}/${DISTNAME}
-
USE_MOTIF= YES
ALL_TARGET= mage
OpenPOWER on IntegriCloud