mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-28 05:29:48 +00:00
59f64fda70
Pointed out by: demon
29 lines
612 B
Makefile
29 lines
612 B
Makefile
# New ports collection makefile for: tcshrc
|
|
# Date created: 2003-09-09
|
|
# Whom: Sean Chittenden <seanc@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= tcshrc
|
|
PORTVERSION= 1.2.0
|
|
PORTREVISION= 1
|
|
CATEGORIES= shells
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
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}
|
|
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}
|
|
|
|
do-build:
|
|
${REINPLACE_CMD} -e 's#/usr/share#${PREFIX}/share#g' ${WRKSRC}/tcsh_config
|
|
|
|
.include <bsd.port.mk>
|