From 7f26bf3bf0bb4c9646fa78275cabb4973ace61e8 Mon Sep 17 00:00:00 2001 From: Joe Marcus Clarke Date: Sat, 15 Nov 2003 20:13:21 +0000 Subject: unPERLify by using REINPLACE_CMD and SED where appropriate. PR: 47654 Submitted by: Simon 'portlint' Schubert --- biology/fasta3/Makefile | 2 +- biology/kinemage/Makefile | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) (limited to 'biology') 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 diff --git a/biology/kinemage/Makefile b/biology/kinemage/Makefile index a81f9ea02003..54e307adeb27 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 -- cgit v1.2.3