diff options
author | marcus <marcus@FreeBSD.org> | 2003-11-16 04:13:21 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2003-11-16 04:13:21 +0800 |
commit | 7203646bf83b220cee1c0e3eb55e519b12db2a24 (patch) | |
tree | 25928c02ca2bd57dd0c84f61de56c18a8214f907 /biology/fasta3 | |
parent | 72d083e38af790b8a8b45ddc554a4cf7cf945eb1 (diff) | |
download | freebsd-ports-gnome-7203646bf83b220cee1c0e3eb55e519b12db2a24.tar.gz freebsd-ports-gnome-7203646bf83b220cee1c0e3eb55e519b12db2a24.tar.zst freebsd-ports-gnome-7203646bf83b220cee1c0e3eb55e519b12db2a24.zip |
unPERLify by using REINPLACE_CMD and SED where appropriate.
PR: 47654
Submitted by: Simon 'portlint' Schubert <corecode@corecode.ath.cx>
Diffstat (limited to 'biology/fasta3')
-rw-r--r-- | biology/fasta3/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/biology/fasta3/Makefile b/biology/fasta3/Makefile index 25dcad20ddcf..330bc43c2af0 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 |