summaryrefslogtreecommitdiff
path: root/shells
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2014-03-06 17:59:53 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2014-03-06 17:59:53 +0000
commit8bf2f29fdf9b54b446e1168921b09efbd1a89dc4 (patch)
treedc52814f8b8eea0f04d5be1d15f33983d20529a2 /shells
parentRemove a broken and abandonware (diff)
Support stage
Notes
Notes: svn path=/head/; revision=347290
Diffstat (limited to 'shells')
-rw-r--r--shells/tcshrc/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/shells/tcshrc/Makefile b/shells/tcshrc/Makefile
index bd7249107a4a..3aa4f4c57e6d 100644
--- a/shells/tcshrc/Makefile
+++ b/shells/tcshrc/Makefile
@@ -7,16 +7,15 @@ CATEGORIES= shells
MASTER_SITES= SF
MAINTAINER= ports@FreeBSD.org
-COMMENT= A set of configuration scripts for the TCSH shell
+COMMENT= Set of configuration scripts for the TCSH shell
WRKSRC= ${WRKDIR}/${PORTNAME}
NO_BUILD= yes
INSTALL_TARGET= systeminstall
-MAKE_ARGS= BIN=${LOCALBASE}/bin SHARETCSHRC=${DATADIR}
+MAKE_ARGS= BIN=${STAGEDIR}${PREFIX}/bin SHARETCSHRC=${STAGEDIR}${DATADIR}
-NO_STAGE= yes
post-patch:
@${REINPLACE_CMD} -e 's#/usr/share#${PREFIX}/share#g' \
${WRKSRC}/tcshrc_config