1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-26 05:02:18 +00:00
freebsd-ports/shells/tcshrc/Makefile
Martin Wilke 5e92c05be3 - Update to 1.6.2
PR:		131825
Submitted by:	Ports Fury
2009-02-20 16:35:48 +00:00

28 lines
554 B
Makefile

# New ports collection makefile for: tcshrc
# Date created: 2003-09-09
# Whom: Sean Chittenden <seanc@FreeBSD.org>
#
# $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
WRKSRC= ${WRKDIR}/${PORTNAME}
NO_BUILD= yes
INSTALL_TARGET= systeminstall
MAKE_ARGS= BIN=${LOCALBASE}/bin SHARETCSHRC=${DATADIR}
post-patch:
@${REINPLACE_CMD} -e 's#/usr/share#${PREFIX}/share#g' \
${WRKSRC}/tcshrc_config
.include <bsd.port.mk>