aboutsummaryrefslogtreecommitdiff
path: root/shells/tcshrc/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'shells/tcshrc/Makefile')
-rw-r--r--shells/tcshrc/Makefile11
1 files changed, 7 insertions, 4 deletions
diff --git a/shells/tcshrc/Makefile b/shells/tcshrc/Makefile
index ff2349fe6b96..b8fa6de9ad50 100644
--- a/shells/tcshrc/Makefile
+++ b/shells/tcshrc/Makefile
@@ -3,16 +3,19 @@ PORTVERSION= 1.6.2
CATEGORIES= shells
MASTER_SITES= SF
-MAINTAINER= ports@FreeBSD.org
+MAINTAINER= bofh@FreeBSD.org
COMMENT= Set of configuration scripts for the TCSH shell
WWW= http://tcshrc.sourceforge.net/
-WRKSRC= ${WRKDIR}/${PORTNAME}
+LICENSE= GPLv2
+LICENSE_FILE= ${WRKSRC}/COPYING
+
+MAKE_ARGS= BIN=${STAGEDIR}${PREFIX}/bin SHARETCSHRC=${STAGEDIR}${DATADIR}
+INSTALL_TARGET= systeminstall
NO_BUILD= yes
-INSTALL_TARGET= systeminstall
-MAKE_ARGS= BIN=${STAGEDIR}${PREFIX}/bin SHARETCSHRC=${STAGEDIR}${DATADIR}
+WRKSRC= ${WRKDIR}/${PORTNAME}
post-patch:
@${REINPLACE_CMD} -e 's#/usr/share#${PREFIX}/share#g' \