diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 22:57:23 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 22:57:23 +0000 |
commit | f6e6105ff836ed6f4094a8f311d85b6a35799b9b (patch) | |
tree | c5ec60c607361ad1397f09c1f3d11009832c21ce /shells/tcshrc | |
parent | Add NO_STAGE all over the place in preparation for the staging support (cat: ... (diff) |
Add NO_STAGE all over the place in preparation for the staging support (cat: shells)
Notes
Notes:
svn path=/head/; revision=327770
Diffstat (limited to 'shells/tcshrc')
-rw-r--r-- | shells/tcshrc/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/shells/tcshrc/Makefile b/shells/tcshrc/Makefile index 674dc501519f..bd7249107a4a 100644 --- a/shells/tcshrc/Makefile +++ b/shells/tcshrc/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: tcshrc -# Date created: 2003-09-09 -# Whom: Sean Chittenden <seanc@FreeBSD.org> -# +# Created by: Sean Chittenden <seanc@FreeBSD.org> # $FreeBSD$ -# PORTNAME= tcshrc PORTVERSION= 1.6.2 @@ -20,6 +16,7 @@ NO_BUILD= yes INSTALL_TARGET= systeminstall MAKE_ARGS= BIN=${LOCALBASE}/bin SHARETCSHRC=${DATADIR} +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's#/usr/share#${PREFIX}/share#g' \ ${WRKSRC}/tcshrc_config |