Index: head/shells/tcshrc/Makefile =================================================================== --- head/shells/tcshrc/Makefile (revision 347289) +++ head/shells/tcshrc/Makefile (revision 347290) @@ -1,24 +1,23 @@ # Created by: Sean Chittenden # $FreeBSD$ PORTNAME= tcshrc PORTVERSION= 1.6.2 CATEGORIES= shells MASTER_SITES= SF MAINTAINER= ports@FreeBSD.org -COMMENT= A set of configuration scripts for the TCSH shell +COMMENT= Set of configuration scripts for the TCSH shell WRKSRC= ${WRKDIR}/${PORTNAME} NO_BUILD= yes INSTALL_TARGET= systeminstall -MAKE_ARGS= BIN=${LOCALBASE}/bin SHARETCSHRC=${DATADIR} +MAKE_ARGS= BIN=${STAGEDIR}${PREFIX}/bin SHARETCSHRC=${STAGEDIR}${DATADIR} -NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's#/usr/share#${PREFIX}/share#g' \ ${WRKSRC}/tcshrc_config .include