aboutsummaryrefslogtreecommitdiffstats
path: root/shells/tcshrc/Makefile
blob: 674dc501519f94074ec8a42cc30ec3a5b5f5ce6d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# 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>