svn commit: r347290 - head/shells/tcshrc
Baptiste Daroussin
bapt at FreeBSD.org
Thu Mar 6 17:59:54 UTC 2014
Author: bapt
Date: Thu Mar 6 17:59:53 2014
New Revision: 347290
URL: http://svnweb.freebsd.org/changeset/ports/347290
QAT: https://qat.redports.org/buildarchive/r347290/
Log:
Support stage
Modified:
head/shells/tcshrc/Makefile
Modified: head/shells/tcshrc/Makefile
==============================================================================
--- head/shells/tcshrc/Makefile Thu Mar 6 17:58:25 2014 (r347289)
+++ head/shells/tcshrc/Makefile Thu Mar 6 17:59:53 2014 (r347290)
@@ -7,16 +7,15 @@ CATEGORIES= shells
MASTER_SITES= SF
MAINTAINER= ports at 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
More information about the svn-ports-all
mailing list