1 2 3PORTNAME= tcshrc 4PORTVERSION= 1.6.2 5CATEGORIES= shells 6MASTER_SITES= SF 7 8MAINTAINER= ports@MidnightBSD.org 9COMMENT= Set of configuration scripts for the TCSH shell 10 11LICENSE= gpl2 12 13WRKSRC= ${WRKDIR}/${PORTNAME} 14 15NO_BUILD= yes 16 17INSTALL_TARGET= systeminstall 18MAKE_ARGS= BIN=${FAKE_DESTDIR}${LOCALBASE}/bin SHARETCSHRC=${FAKE_DESTDIR}${DATADIR} 19 20post-patch: 21 @${REINPLACE_CMD} -e 's#/usr/share#${PREFIX}/share#g' \ 22 ${WRKSRC}/tcshrc_config 23 24.include <bsd.port.mk> 25