Fixup tcsh_config to look in ${PREFIX}/share instead of /usr/share.

Pointed out by:	demon
This commit is contained in:
Sean Chittenden 2003-09-10 16:56:50 +00:00
parent 05952ca740
commit 59f64fda70
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=88952

View File

@ -7,6 +7,7 @@
PORTNAME= tcshrc
PORTVERSION= 1.2.0
PORTREVISION= 1
CATEGORIES= shells
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= tcshrc
@ -14,10 +15,14 @@ MASTER_SITE_SUBDIR= tcshrc
MAINTAINER= seanc@FreeBSD.org
COMMENT= A set of configuration scripts for the TCSH shell
USE_REINPLACE= YES
INSTALL_TARGET= systeminstall
MAKE_ARGS= BIN=${LOCALBASE}/bin SHARETCSHRC=${DATADIR}
NO_BUILD= YES
WRKSRC= ${WRKDIR}/${PORTNAME}
do-build:
${REINPLACE_CMD} -e 's#/usr/share#${PREFIX}/share#g' ${WRKSRC}/tcsh_config
.include <bsd.port.mk>