Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 13 Apr 1998 16:43:01 -0700 (PDT)
From:      asami@FreeBSD.ORG (Satoshi Asami)
To:        gurney_j@resnet.uoregon.edu
Cc:        rnordier@iafrica.com, scottm@cs.ucla.edu, freebsd-ports@FreeBSD.ORG
Subject:   Re: TenDRA on 3.0-currnet
Message-ID:  <199804132343.QAA00916@silvia.HIP.Berkeley.EDU>
In-Reply-To: <19980413082943.27789@hydrogen.nike.efn.org> (message from John-Mark Gurney on Mon, 13 Apr 1998 08:29:43 -0700)

next in thread | previous in thread | raw e-mail | index | archive | help
 * > 	@${SED} 's:%OSREL%:${OSREL}:' ${PLIST} >${PLIST}.tmp
 * > 		   ^^^^^^^^
 * 
 * ahh... thanks... I'll be committing your fixed PLIST soon...

That's cool, but you don't want to write anything in ${PKGDIR}.  Can
you do something like:

PLIST=	${WRKDIR}/PLIST

and change the above command to

 * > 	@${SED} 's:%OSREL%:${OSREL}:' ${PKGDIR}/PLIST >${PLIST}

That way ${PKGDIR} will remain untouched.

Thanks
Satoshi

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199804132343.QAA00916>