forked from Lainports/opnsense-ports
Taken from: https://github.com/freebsd/freebsd-ports.git Commit id: 5070672073b68be364139bc6b3a89100bd17d331
23 lines
495 B
Makefile
23 lines
495 B
Makefile
# Created by: Sean Chittenden <seanc@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= tcshrc
|
|
PORTVERSION= 1.6.2
|
|
CATEGORIES= shells
|
|
MASTER_SITES= SF
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Set of configuration scripts for the TCSH shell
|
|
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}
|
|
|
|
NO_BUILD= yes
|
|
|
|
INSTALL_TARGET= systeminstall
|
|
MAKE_ARGS= BIN=${STAGEDIR}${PREFIX}/bin SHARETCSHRC=${STAGEDIR}${DATADIR}
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} -e 's#/usr/share#${PREFIX}/share#g' \
|
|
${WRKSRC}/tcshrc_config
|
|
|
|
.include <bsd.port.mk>
|