aboutsummaryrefslogtreecommitdiff
path: root/biology/fasta3/Makefile
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2003-11-15 20:13:21 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2003-11-15 20:13:21 +0000
commit7f26bf3bf0bb4c9646fa78275cabb4973ace61e8 (patch)
treeea8a7dab21ccdc6f4c67e0981647b9eb830ce009 /biology/fasta3/Makefile
parent6f2c31562dacf7dbe3527f58c181791925bee718 (diff)
downloadports-7f26bf3bf0bb4c9646fa78275cabb4973ace61e8.tar.gz
ports-7f26bf3bf0bb4c9646fa78275cabb4973ace61e8.zip
Notes
Diffstat (limited to 'biology/fasta3/Makefile')
-rw-r--r--biology/fasta3/Makefile2
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